From c43093b9202f291345edfc207b0890b3a064447f Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 30 Aug 2023 13:19:18 +0200 Subject: [PATCH] Updated Release Checklist (markdown) --- Release-Checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release-Checklist.md b/Release-Checklist.md index 05b0729..d091a37 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -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"`