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 8cc9523 commit c0c4aa6Copy full SHA for c0c4aa6
.github/workflows/changelog.yml
@@ -11,6 +11,12 @@ jobs:
11
permissions:
12
contents: write
13
steps:
14
- - uses: janheinrichmerker/action-github-changelog-generator@v2.3
+ - name: Checkout code
15
+ uses: actions/checkout@v4
16
+
17
+ - uses: TriPSs/conventional-changelog-action@v5
18
with:
- 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