Updated Release Checklist (markdown)

Paul Schaub 2023-08-30 13:19:18 +02:00
parent 04c2a67421
commit c43093b920
1 changed files with 1 additions and 0 deletions

@ -5,6 +5,7 @@
* 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
* 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"`