Skip to content

Commit

Permalink
feat:Add changelog.yml
Browse files Browse the repository at this point in the history
Auto generate Changelog
  • Loading branch information
fscorrupt authored Jul 1, 2024
1 parent 39054bd commit d99126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: BobAnkh/auto-generate-changelog@master
with:
ACCESS_TOKEN: ${{secrets.CR_PAT}}
PATH: '.changelog.md'
PATH: './changelog.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'

0 comments on commit d99126e

Please sign in to comment.