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

Updated Release Checklist (markdown)

Paul Schaub 2022-02-15 14:32:11 +01:00
parent 77fa040924
commit 0b803ebb06

@ -8,5 +8,5 @@
* clean the repository: `git clean -x -d -f`
* release to maven central: `gradle publish publishToMavenLocal`
* start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true`
* create snapshot commit: `git commit -a -S -m "PGPainless-X.Y.(Z+1)-SNAPSHOT"
* create snapshot commit: `git commit -a -S -m "PGPainless-X.Y.(Z+1)-SNAPSHOT"`
* push to the repository: `git push && git push --tags`