Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Try and fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Feb 9, 2023
1 parent 6c86a6b commit 0480305
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
with:
configurationJson: |
{
"template": "Changes:\n#{{UNCATEGORIZED}}\n#{{CHANGELOG}}"
"template": "Changes:\n#{{UNCATEGORIZED}}",
"pr_template": "#{{TITLE}} ##{{NUMBER}}",
"trim_values": true,
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -99,6 +101,7 @@ jobs:

- name: Write changelog for beta release
if: steps.build_changelog.outcome == 'success'
continue-on-error: true # Need to fix echo multiline string
run: echo '${{ steps.build_changelog.outputs.changelog }}' > playwhatsnew/whatsnew-en-US

- name: Publish tagged release to beta track
Expand Down

0 comments on commit 0480305

Please sign in to comment.