we do *not* want to automatically commit when changing version

This commit is contained in:
Bella 2020-04-12 15:20:13 -04:00
parent 1ca6c9f144
commit ab09d56927
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 0 additions and 3 deletions

View File

@ -12,6 +12,3 @@ sed -i "s/MODVERSMALL = \".*\";/MODVERSMALL = \"$CUR_VER$CUR_BETA\";/" src/main/
sed -i "s/MODVERBROAD = \".*\";/MODVERBROAD = \"$CUR_VER\";/" src/main/java/me/zeroeightsix/kami/KamiMod.java
sed -i "s/\"version\": \".*\",/\"version\": \"${CUR_VER:1}$CUR_BETA\",/" src/main/resources/mcmod.info
git reset
git add gradle.properties src/main/java/me/zeroeightsix/kami/KamiMod.java src/main/resources/mcmod.info
git commit -m "[BOT] New release: $CUR_VER$CUR_BETA"