1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00

Minor fixes for release script

This commit is contained in:
Felix Ableitner 2016-12-23 18:03:14 +09:00
parent 81af50a8be
commit 1dc2fbbdbb

View file

@ -39,7 +39,7 @@ Updating Translations
tx push -s tx push -s
tx pull -a tx pull -a
./gradlew deleteUnsupportedPlayTranslations ./gradlew deleteUnsupportedPlayTranslations
git add -A "src/fat/play/" git add -A "src/main/play/"
git add -A "src/main/res/values-*/strings.xml" git add -A "src/main/res/values-*/strings.xml"
if ! git diff --cached --exit-code; if ! git diff --cached --exit-code;
then then
@ -52,7 +52,7 @@ echo "
Running Tests Running Tests
----------------------------- -----------------------------
" "
./gradlew lint ./gradlew clean lint
echo " echo "
@ -70,5 +70,5 @@ git commit -m "Bumped version to $NEW_VERSION_NAME"
git tag $NEW_VERSION_NAME git tag $NEW_VERSION_NAME
echo " echo "
Update ready. Now run `release.bash` to publish. Update ready.
" "