mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-02-17 06:36:25 +01:00
push
parent
e1aba5e6f3
commit
e7864e6291
1 changed files with 2 additions and 1 deletions
|
@ -4,4 +4,5 @@
|
|||
4. create signed tag: `git tag -s $PGPAINLESS_VERSION -m "PGPainless $PGPAINLESS_VERSION"`
|
||||
5. clean the repository: `git clean -x -d -f`
|
||||
6. release to maven central: `gradle uploadArchives install`
|
||||
7. start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true`
|
||||
7. start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true`
|
||||
8. push to the repository: `git push && git push --tags`
|
Loading…
Reference in a new issue