We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf98fb + fee74b6 commit c5cfa8fCopy full SHA for c5cfa8f
.github/workflows/changelog-from-release.yaml
@@ -2,13 +2,17 @@ name: "Changelog from Release"
2
3
on:
4
release:
5
- types: [published]
+ types: [published, released]
6
7
jobs:
8
update_changelog:
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: actions/checkout@v3
12
+ with:
13
+ ref: master
14
- uses: rhysd/changelog-from-release/action@v3
15
with:
16
file: CHANGELOG.md
- github_token: ${{ secrets.GITHUB_TOKEN }}
17
+ github_token: ${{ secrets.GITHUB_TOKEN }}
18
+ commit_summary_template: 'Update CHANGELOG.md for %s'
0 commit comments