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

Updated Release Checklist (markdown)

Paul Schaub 2021-08-04 16:04:41 +02:00
parent b1bbebfc70
commit b283bb8c3f

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