diff --git a/Release-Checklist.md b/Release-Checklist.md index d31c8e5..c9431ff 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -7,9 +7,5 @@ * create signed tag: `git tag -s $PGPAINLESS_VERSION -m "PGPainless $PGPAINLESS_VERSION"` * clean the repository: `git clean -x -d -f` * release to maven central: `gradle publish publishToMavenLocal` -* Generate javadoc and code coverage report: `gradle javadocAll jacocoRootReport` -* publish javadoc to /releases/X.X.X/ -* publish jacocoRootReport to /releases/X.X.X/ -* update /releases/latest link * start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true` * push to the repository: `git push && git push --tags` \ No newline at end of file