Skip to content

Commit b10d384

Browse files
committed
chore(deps): update auto-generate-changelog to v1.3.0
1 parent 2f23b1c commit b10d384

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
32-
- uses: BobAnkh/auto-generate-changelog@v1.2.5
32+
- uses: BobAnkh/auto-generate-changelog@v1.3.0
3333
with:
3434
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
3535
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
3636
PATH: 'CHANGELOG.md'
37-
BRANCH: 'chore/changelog_update'
37+
#BRANCH: 'chore/changelog_update'

0 commit comments

Comments
 (0)