mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-10 14:35:59 +01:00
Updated Release Checklist (markdown)
parent
c43093b920
commit
bea81ee985
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@
|
|||
* Run `pgpainless-cli/rewriteManPages.sh` to keep man pages in sync.
|
||||
* If BC version bump: Check for disabled tests that are now fixed.
|
||||
* Check if code is in good shape -> `gradle check javadocAll`
|
||||
* Stable release? -> `git checkout -b release/X.Y`
|
||||
* Stable release? -> Update SECURITY.md
|
||||
* If MAJOR or MINOR version bump:
|
||||
* `git checkout -b release/X.Y`
|
||||
* Update SECURITY.md with supported versions
|
||||
* Set the version in `version.gradle`. Don't forget to set `isSnapshot = false`
|
||||
* `export PGPAINLESS_VERSION=X.Y.Z`
|
||||
* create commit: `git commit -a -S -m "PGPainless $PGPAINLESS_VERSION"`
|
||||
|
|
Loading…
Reference in a new issue