We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1db1f commit 8470142Copy full SHA for 8470142
.github/workflows/changelog.yml
@@ -15,6 +15,6 @@ jobs:
15
- uses: BobAnkh/auto-generate-changelog@master
16
with:
17
ACCESS_TOKEN: ${{secrets.CR_PAT}}
18
- PATH: '/changelog.md'
+ 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'
0 commit comments