mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 12:52:07 +01:00
Correctly publish javadoc/jacoco
parent
e930755348
commit
22e7c4f7b5
1 changed files with 5 additions and 3 deletions
|
@ -4,8 +4,10 @@
|
||||||
4. create signed tag: `git tag -s $PGPAINLESS_VERSION -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`
|
5. clean the repository: `git clean -x -d -f`
|
||||||
6. release to maven central: `gradle uploadArchives install`
|
6. release to maven central: `gradle uploadArchives install`
|
||||||
7. start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true`
|
7. Generate javadoc: `gradle javadocAll`
|
||||||
8. push to the repository: `git push && git push --tags`
|
8. Generate code coverage report: `gradle jacocoRootReport`
|
||||||
9. publish javadoc to /releases/X.X.X/
|
9. publish javadoc to /releases/X.X.X/
|
||||||
10. publish jacocoRootReport 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`
|
Loading…
Reference in a new issue