Merge pull request #35 from cbcoutinho/fix/release

Commitizen release process
This commit is contained in:
Chris Coutinho
2025-05-25 12:55:00 +02:00
committed by GitHub
+2 -2
View File
@@ -18,11 +18,11 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: "${{ secrets.GITHUB_TOKEN }}" token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Create bump and changelog - name: Create bump and changelog
uses: commitizen-tools/commitizen-action@5b0848cd060263e24602d1eba03710e056ef7711 # 0.24.0 uses: commitizen-tools/commitizen-action@5b0848cd060263e24602d1eba03710e056ef7711 # 0.24.0
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
changelog_increment_filename: body.md changelog_increment_filename: body.md
- name: Release - name: Release
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2 uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2