From 21921c47b2581af9eb85525ee4717bc51c3be72e Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Thu, 27 Feb 2020 18:44:01 -0500 Subject: [PATCH] Make sure tagged releases build... (#482) --- .travis/script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/script.sh b/.travis/script.sh index 791f75a53..2836c669d 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -14,6 +14,7 @@ elif [ -n "$TRAVIS_TAG" ] then echo "Promoting Beta to Production" + mkdir -p app/src/main/play/release-notes/en-US/ previous=`git tag -l --sort=-creatordate | head -n 2 | tail -n 1` current=`git tag -l --sort=-creatordate | head -n 1` echo "Full patch change log: https://github.com/home-assistant/home-assistant-android/compare/${previous}...${current}" > app/src/main/play/release-notes/en-US/default.txt