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