diff --git a/Release-Checklist.md b/Release-Checklist.md index 070377e..4fc1e58 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -4,8 +4,10 @@ 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` -8. push to the repository: `git push && git push --tags` +7. Generate javadoc: `gradle javadocAll` +8. Generate code coverage report: `gradle jacocoRootReport` 9. publish javadoc to /releases/X.X.X/ 10. publish jacocoRootReport to /releases/X.X.X/ -11. update /releases/latest link \ No newline at end of file +11. update /releases/latest link +12. start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true` +13. push to the repository: `git push && git push --tags` \ No newline at end of file