1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-18 09:34:51 +02:00

Updated Release Checklist (markdown)

Paul Schaub 2023-08-30 13:20:41 +02:00
parent c43093b920
commit bea81ee985

@ -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"`