Skip to content

Commit

Permalink
Minor fixes for release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Dec 23, 2016
1 parent 81af50a commit 1dc2fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prepare-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Updating Translations
tx push -s
tx pull -a
./gradlew deleteUnsupportedPlayTranslations
git add -A "src/fat/play/"
git add -A "src/main/play/"
git add -A "src/main/res/values-*/strings.xml"
if ! git diff --cached --exit-code;
then
Expand All @@ -52,7 +52,7 @@ echo "
Running Tests
-----------------------------
"
./gradlew lint
./gradlew clean lint

echo "
Expand All @@ -70,5 +70,5 @@ git commit -m "Bumped version to $NEW_VERSION_NAME"
git tag $NEW_VERSION_NAME

echo "
Update ready. Now run `release.bash` to publish.
Update ready.
"

0 comments on commit 1dc2fbb

Please sign in to comment.