Push before release
This commit is contained in:
parent
50c6207f8c
commit
7c793c7fb6
|
|
@ -4,4 +4,6 @@ git describe
|
|||
echo -n "New version: "
|
||||
read newtag
|
||||
git tag -a $newtag -m "$newtag"
|
||||
git push
|
||||
git push --tags
|
||||
./gradlew publishToModSites
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user