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:
parent
b599b46559
commit
96c93e50f1
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue