Make sure tagged releases build... (#482)

This commit is contained in:
Justin Bassett 2020-02-27 18:44:01 -05:00 committed by GitHub
parent 0302654641
commit 21921c47b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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