diff --git a/Release-Checklist.md b/Release-Checklist.md index 4fc1e58..d29a52a 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -3,7 +3,7 @@ 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` +6. release to maven central: `gradle publish publishToMavenLocal` 7. Generate javadoc: `gradle javadocAll` 8. Generate code coverage report: `gradle jacocoRootReport` 9. publish javadoc to /releases/X.X.X/