From 11e9658ceefda22d001e4e5aa04a152529f3e605 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 14 Apr 2023 15:59:26 +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 cdb36bb..39aa516 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -1,4 +1,5 @@ * Update `CHANGELOG.md` and dependency version in `README.md` and `pgpainless-sop/README.md` +* If SOP revision bump: Verify that `VersionImpl.SOP_VERSION` is up to date. * Check if code is in good shape -> `gradle check javadocAll` * Stable release? -> `git checkout -b release/X.Y` * Set the version in `version.gradle`. Don't forget to set `isSnapshot = false`