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.
1 parent 84875f6 commit 71563d5Copy full SHA for 71563d5
.github/workflows/changelog.yml
@@ -1,9 +1,9 @@
1
name: Release changelog
2
3
on:
4
- push:
5
- branches:
6
- - master
+ release:
+ types:
+ - released
7
8
jobs:
9
changelog:
@@ -14,11 +14,7 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
17
- - uses: TriPSs/conventional-changelog-action@v5
+ - uses: rhysd/changelog-from-release/action@v3
18
with:
19
- github-token: ${{ secrets.github_token }}
20
- git-message: '📝 Update release notes'
21
- git-user-name: 'github-actions[bot]'
22
- git-user-email: 'github-actions[bot]@users.noreply.github.com'
23
- skip-git-pull: true
24
- output-file: 'docs/changelog.md'
+ file: CHANGELOG.md
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments