Skip to content

Commit

Permalink
Make changelog the body, not a file
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 25, 2018
1 parent df9f5ca commit c378ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ install: pip install codecov gitchangelog tox-travis
script: tox
after_success:
- codecov
- gitchangelog $(git describe --abbrev=0 --tags HEAD^)..HEAD > CHANGELOG.md
- export CHANGELOG=$(gitchangelog $(git describe --abbrev=0 --tags HEAD^)..HEAD)
deploy:
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: CHANGELOG.md
body: $CHANGELOG
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit c378ea9

Please sign in to comment.