1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-23 21:02:07 +01:00

Updated Release Checklist (markdown)

Paul Schaub 2023-04-27 15:24:42 +02:00
parent 4ec70dc9ac
commit a2ea022c2c

@ -1,5 +1,7 @@
* Update `CHANGELOG.md` and dependency version in `README.md` and `pgpainless-sop/README.md` * Update `CHANGELOG.md` and dependency version in `README.md` and `pgpainless-sop/README.md`
* If SOP revision bump: Verify that `VersionImpl.SOP_VERSION` is up to date. * If SOP revision bump:
* Verify that `VersionImpl.SOP_VERSION` is up to date.
* Run `pgpainless-cli/rewriteManPages.sh` to keep man pages in sync.
* Check if code is in good shape -> `gradle check javadocAll` * Check if code is in good shape -> `gradle check javadocAll`
* Stable release? -> `git checkout -b release/X.Y` * Stable release? -> `git checkout -b release/X.Y`
* Set the version in `version.gradle`. Don't forget to set `isSnapshot = false` * Set the version in `version.gradle`. Don't forget to set `isSnapshot = false`