Skip to content

Commit

Permalink
Merge pull request #75 from gabro/improve-changelog-format
Browse files Browse the repository at this point in the history
Add link to Metals release notes in CHANGELOG.md
  • Loading branch information
gabro authored Feb 2, 2019
2 parents 53fe047 + 51eabad commit 65cf8d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- git checkout -b travis-temp
# change the version in package.json
- yarn version --no-git-tag-version --new-version $NEW_VERSION
- yarn github-changes -o scalameta -r metals-vscode --no-merges -k $GITHUB_TOKEN
- yarn github-changes -o scalameta -r metals-vscode --no-merges -t "VSCode Extension Changelog" -k $GITHUB_TOKEN
- sed -i '1i Check out the Metals release notes at [https://scalameta.org/metals/blog/](https://scalameta.org/metals/blog/)\n' CHANGELOG.md
- git commit -am "$TRAVIS_TAG"
# push the changes to package.json
- git push "https://${GITHUB_TOKEN}@github.com/$TRAVIS_REPO_SLUG" HEAD:master
Expand Down

0 comments on commit 65cf8d1

Please sign in to comment.