Skip to content

Commit

Permalink
make branch name generic in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrancois committed Aug 25, 2019
1 parent c0047fc commit 08f7b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08f7b83

Please sign in to comment.