1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-10 20:15:54 +00:00

Added missing git tag command in release script

This commit is contained in:
Felix Ableitner 2016-09-20 11:31:11 +09:00
parent b599b46559
commit 96c93e50f1

View file

@ -69,6 +69,7 @@ OLD_VERSION_NAME=$(grep "versionName" "build.gradle" | awk '{print $2}')
sed -i "s/$OLD_VERSION_NAME/\"$1\"/" build.gradle
git add "build.gradle"
git commit -m "Bumped version to $NEW_VERSION_NAME"
git tag $NEW_VERSION_NAME
echo "
Update ready.