From e7864e6291bdc7e9c70f3122f574cd2ed978ea5b Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 30 Jul 2018 17:44:48 +0200 Subject: [PATCH] push --- Release-Checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Release-Checklist.md b/Release-Checklist.md index 4365854..9693797 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -4,4 +4,5 @@ 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` -7. start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true` \ No newline at end of file +7. start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true` +8. push to the repository: `git push && git push --tags` \ No newline at end of file