Merge branch 'enhancement/97-commit-updated-fdroid-version' into 'develop'

#97: Commit and push updated fdroid version script

See merge request funkwhale/funkwhale-android!112
This commit is contained in:
Ryan Harg 2021-09-17 08:33:17 +00:00
commit 1dd20292b4
1 changed files with 3 additions and 2 deletions

View File

@ -77,9 +77,10 @@ git commit --message "Update changelog for version $TAG"
# Write versionCode and versionName to a file that F-Droid can parse
echo "versionCode = $(version_code "${TOKENS[@]}")
versionName = $TAG" > fdroidversion.txt
echo "Tagging the application..."
git add fdroidversion.txt
git commit --message "Update version information for F-Droid"
# Create and push tag
echo "Tagging the application..."
git tag -a -s -m "$MESSAGE" "$TAG"
git push --tags