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

Updated Release Checklist (markdown)

Paul Schaub 2021-01-20 00:55:34 +01:00
parent 0d0c2493ae
commit 986c4099d6

@ -1,3 +1,4 @@
* Check if code is in good shape -> `gradle check`
* 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`
* `export PGPAINLESS_VERSION=X.X.X` * `export PGPAINLESS_VERSION=X.X.X`