Skip to content

Commit

Permalink
Merge pull request #532 from tgodzik/update
Browse files Browse the repository at this point in the history
Fix release to run github-changes on main
  • Loading branch information
tgodzik committed Apr 6, 2021
2 parents 583666d + f8d8a31 commit c7ceec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
}}
- name: Generate changelog
run: |
npx github-changes -o scalameta -r metals-vscode --no-merges -t "VSCode Extension Changelog" -k ${{ secrets.GITHUB_TOKEN }}
npx github-changes -b main -o scalameta -r metals-vscode --no-merges -t "VSCode Extension Changelog" -k ${{ secrets.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
- name: Commit changes
run: |
Expand Down

0 comments on commit c7ceec9

Please sign in to comment.