Push before release

This commit is contained in:
embeddedt 2023-04-25 14:41:33 -04:00
parent 50c6207f8c
commit 7c793c7fb6
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

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