From 986c4099d6484553be614489d6ae590503278704 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 20 Jan 2021 00:55:34 +0100 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 3ab6d02..1dec71e 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -1,3 +1,4 @@ +* Check if code is in good shape -> `gradle check` * Stable release? -> `git checkout -b release/X.Y` * Set the version in `version.gradle`. Don't forget to set `isSnapshot = false` * `export PGPAINLESS_VERSION=X.X.X`