diff --git a/Release-Checklist.md b/Release-Checklist.md index d091a37..bd4592e 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -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"`