Skip to content

Commit

Permalink
make branch name in changelog generic
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrancois committed Aug 25, 2019
1 parent 72d1481 commit dc2c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -55,7 +55,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 dc2c2cc

Please sign in to comment.