1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-02-17 06:36:25 +01:00

push

Paul Schaub 2018-07-30 17:44:48 +02:00
parent e1aba5e6f3
commit e7864e6291

@ -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`