diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7705a0e3..6b31d783 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: BobAnkh/auto-generate-changelog@v1.3.1 + - uses: BobAnkh/auto-generate-changelog@v1.3.2 with: ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}} TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements,chore(deps):Dependency Updates,chore:Miscellaneous,test:Testing,build:Build System,ci:Continuous Integration,revert:Reverts,style:Style,wip:Work In Progress,release:Release'