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