1
0
Fork 0
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:
Simon Frei 2021-01-06 10:17:00 +01:00
parent 684b92dedb
commit dbf0c65a9c
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

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