Merge remote-tracking branch 'origin/1.18' into 1.19.2
This commit is contained in:
commit
c2cdd181a0
9
release.sh
Executable file
9
release.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo -n "Currently on: "
|
||||||
|
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