diff --git a/Release-Checklist.md b/Release-Checklist.md index 5a61d8e..cdb36bb 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -8,5 +8,5 @@ * clean the repository: `git clean -x -d -f` * release to maven central: `gradle publish publishToMavenLocal` * start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true` -* create snapshot commit: `git commit -a -S -m "PGPainless-X.Y.(Z+1)-SNAPSHOT" +* create snapshot commit: `git commit -a -S -m "PGPainless-X.Y.(Z+1)-SNAPSHOT"` * push to the repository: `git push && git push --tags` \ No newline at end of file