Skip to content
Snippets Groups Projects
Verified Commit 9d77c906 authored by Ryan Harg's avatar Ryan Harg
Browse files

#97: Commit and push updated fdroid version script

parent 43a7a10d
No related branches found
No related tags found
1 merge request!112#97: Commit and push updated fdroid version script
Pipeline #16470 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment