mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 21:02:07 +01:00
Updated Release Checklist (markdown)
parent
04c2a67421
commit
c43093b920
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
* If BC version bump: Check for disabled tests that are now fixed.
|
* If BC version bump: Check for disabled tests that are now fixed.
|
||||||
* 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`
|
||||||
|
* Stable release? -> Update SECURITY.md
|
||||||
* 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.Y.Z`
|
* `export PGPAINLESS_VERSION=X.Y.Z`
|
||||||
* create commit: `git commit -a -S -m "PGPainless $PGPAINLESS_VERSION"`
|
* create commit: `git commit -a -S -m "PGPainless $PGPAINLESS_VERSION"`
|
||||||
|
|
Loading…
Reference in a new issue