mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-10 14:35:59 +01:00
Updated Release Checklist (markdown)
parent
b1bbebfc70
commit
b283bb8c3f
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
* Update `CHANGELOG.md`
|
||||
* Check if code is in good shape -> `gradle check javadocAll`
|
||||
* Stable release? -> `git checkout -b release/X.Y`
|
||||
* Set the version in `version.gradle`. Don't forget to set `isSnapshot = false`
|
||||
|
@ -6,8 +7,7 @@
|
|||
* 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: `gradle javadocAll`
|
||||
* Generate code coverage report: `gradle jacocoRootReport`
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue