Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues
Proposed Changes:
Change the
--include-path
glob to include all files in the integration folder to track for changelog generation.Change the
cliff.toml
config file so that PRs that don't follow conventional commits appear in the changelog in a separate category.I also split CI and Chores sections.
How did you test it?
I tested this locally.
This is the before:
After:
Notes for the reviewer
We should be more careful before merging PRs and add conventional commits prefixes so the changelog is nicely formatted in the future.
Notice also that if the commit message is multiple lines those will be shown in the changelog too, but we can deal with that for the time being.
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.