Updated Release Checklist (markdown)

Paul Schaub 2020-04-16 12:17:49 +02:00
parent 22e7c4f7b5
commit 0248fcdfac
1 changed files with 1 additions and 1 deletions

@ -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/