From 08f7b831bca4d5f9c5eb726b1276ed0e9f224329 Mon Sep 17 00:00:00 2001 From: martinfrancois Date: Sun, 25 Aug 2019 13:47:17 +0200 Subject: [PATCH] make branch name generic in changelog --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53cb87a..f624108 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ deploy: - /**/target/*.jar skip_cleanup: true name: Release $TRAVIS_TAG - body: See [CHANGELOG.md](https://github.com/$TRAVIS_REPO_SLUG/blob/master/CHANGELOG.md) + body: See [CHANGELOG.md](https://github.com/$TRAVIS_REPO_SLUG/blob/$TAG_BRANCH/CHANGELOG.md) on: *on - provider: script script: .github/deploy_bintray_central.sh