|
I only want to include certain commit types in my CHANGELOG.md, like commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
]
filter_commits = trueNow let's say I need to make a release which only contains one Is there any way to make this possible? It's basically the inverse of #1520. Not sure if the proposed |
Replies: 1 comment 1 reply
|
Heya 👋🏼 |
I've created #1579. Marking this discussion as answered.