Skip to content

Commit

Permalink
Replace master with HEAD in changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 25, 2018
1 parent 6922dbd commit 278b655
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 @@ -10,7 +10,7 @@ install: pip install codecov gitchangelog tox-travis
script: tox
after_success:
- codecov
- gitchangelog $(git describe --abbrev=0 --tags HEAD^)..master > CHANGELOG.md
- gitchangelog $(git describe --abbrev=0 --tags HEAD^)..HEAD > CHANGELOG.md
deploy:
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
Expand Down

0 comments on commit 278b655

Please sign in to comment.