Merge remote-tracking branch 'origin/1.18' into 1.19.2

This commit is contained in:
embeddedt 2023-04-25 14:42:12 -04:00
commit 6191382a39
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

9
release.sh Executable file
View 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