1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 17:14:51 +02:00

Correctly publish javadoc/jacoco

Paul Schaub 2019-04-03 00:35:21 +02:00
parent e930755348
commit 22e7c4f7b5

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