#97: Commit and push updated fdroid version script

technical/update-jvmTarget-version
Ryan Harg 2021-09-17 10:03:19 +02:00
rodzic 43a7a10df2
commit 9d77c906fd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 89106F3A84E6958C
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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