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 4670d3e commit 3793342Copy full SHA for 3793342
.github/workflows/changelog.yml
@@ -32,6 +32,6 @@ jobs:
32
- uses: BobAnkh/[email protected]
33
with:
34
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
35
- TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
+ 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'
36
PATH: 'CHANGELOG.md'
37
#BRANCH: 'chore/changelog_update'
0 commit comments