mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-19 07:51:53 +00:00
docs: hide version commits in CHANGELOG
This commit is contained in:
parent
7a111ead46
commit
570a9c6467
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ commit_preprocessors = [
|
|||
]
|
||||
# regex for parsing and grouping commits
|
||||
commit_parsers = [
|
||||
{ message = '^\d+\.\d+\.\d+$', skip = true },
|
||||
{ message = '^(chore|fix)\(deps.*\):', skip = true },
|
||||
{ message = '^feat', group = "<!-- 0 -->🚀 Features" },
|
||||
{ message = '^fix', group = "<!-- 1 -->🐛 Bug Fixes" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue