From e2b1f330c5af7664fe4dbad34f3062e4e4066d36 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Mon, 1 Jan 2018 22:39:33 +0100 Subject: [PATCH] Include branch, commit and build time in release body --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc36fc37..7f6f7c41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,8 @@ deploy: api-key: $GITHUB_API_KEY file: openScale-dev-build.apk skip_cleanup: true - name: "openScale dev build" - body: "Automatically openScale dev build by Travis CI" + name: openScale development build + body: Automatic openScale development build of $TRAVIS_BRANCH ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z'). prerelease: true overwrite: true target_commitish: $TRAVIS_COMMIT