mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Create annotated release tags
This commit is contained in:
parent
684b92dedb
commit
dbf0c65a9c
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ OLD_VERSION_NAME=$(grep "versionName" "app/build.gradle" | awk '{print $2}')
|
|||
sed -i "s/$OLD_VERSION_NAME/\"$1\"/" "app/build.gradle"
|
||||
git add "app/build.gradle" $CHANGELOG
|
||||
git commit -m "Bumped version to $NEW_VERSION_NAME"
|
||||
git tag ${NEW_VERSION_NAME}
|
||||
git tag -a ${NEW_VERSION_NAME}
|
||||
|
|
Loading…
Reference in a new issue