From e930755348e0b35252803db8a2566334b99311b2 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 17 Aug 2018 17:32:24 +0200 Subject: [PATCH] Updated Release Checklist (markdown) --- Release-Checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Checklist.md b/Release-Checklist.md index 0e32ec7..070377e 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -1,6 +1,6 @@ 1. Set the version in `version.gradle`. Don't forget to set `isSnapshot = false` 2. `export PGPAINLESS_VERSION=X.X.X` -3. create commit: `git commit -a -m -S "PGPainless $PGPAINLESS_VERSION"` +3. create commit: `git commit -a -S -m "PGPainless $PGPAINLESS_VERSION"` 4. create signed tag: `git tag -s $PGPAINLESS_VERSION -m "PGPainless $PGPAINLESS_VERSION"` 5. clean the repository: `git clean -x -d -f` 6. release to maven central: `gradle uploadArchives install`