Skip to content

Commit

Permalink
Fix last tag detection
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 25, 2018
1 parent 8c54d27 commit 06b331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ install: pip install codecov gitchangelog tox-travis
script: tox
after_success:
- codecov
- gitchangelog $(git describe --abbrev=0 --tags)..master > CHANGELOG.md
- gitchangelog $(git describe --abbrev=0 --tags HEAD^)..master > CHANGELOG.md
deploy:
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
Expand Down

0 comments on commit 06b331c

Please sign in to comment.