Skip to content

Commit 3b6c11f

Browse files
authored
Update changelog.yml
1 parent d0352d4 commit 3b6c11f

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/changelog.yml

+4-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
name: Generate changelog
2-
on:
3-
push:
4-
branches:
5-
- main
6-
jobs:
7-
changelog-wiki:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/[email protected]
11-
with:
12-
fetch-depth: '0'
13-
- run: git checkout HEAD^
14-
15-
- uses: BobAnkh/auto-generate-changelog@master
16-
with:
17-
ACCESS_TOKEN: ${{secrets.CR_PAT}}
18-
PATH: './changelog.md'
19-
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
20-
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
1+
- name: Changelog Filer
2+
uses: simonblund/[email protected]
3+
with:
4+
token: ${{secrets.CR_PAT}}

0 commit comments

Comments
 (0)