mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-27 14:52:07 +01:00
Updated Release Checklist (markdown)
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"`
|
3. create commit: `git commit -a -S -m "PGPainless $PGPAINLESS_VERSION"`
|
||||||
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 publish publishToMavenLocal`
|
||||||
7. Generate javadoc: `gradle javadocAll`
|
7. Generate javadoc: `gradle javadocAll`
|
||||||
8. Generate code coverage report: `gradle jacocoRootReport`
|
8. Generate code coverage report: `gradle jacocoRootReport`
|
||||||
9. publish javadoc to /releases/X.X.X/
|
9. publish javadoc to /releases/X.X.X/
|
||||||
|
|
Loading…
Reference in a new issue