Skip to content

Commit c0c4aa6

Browse files
authored
Update the changelog ci to TriPSs (#523)
* Update the changelog ci to TriPSs * Update git message * Update git message
1 parent 8cc9523 commit c0c4aa6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: janheinrichmerker/action-github-changelog-generator@v2.3
14+
- name: Checkout code
15+
uses: actions/checkout@v4
16+
17+
- uses: TriPSs/conventional-changelog-action@v5
1518
with:
16-
token: ${{ secrets.GITHUB_TOKEN }}
19+
github-token: ${{ secrets.github_token }}
20+
git-message: 'Update the changelog for latest version'
21+
git-user-name: 'github-actions[bot]'
22+
git-user-email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)