mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-04 03:39:34 -04:00
release: Add the releaser commits to the ignore list
This commit is contained in:
parent
79932e7225
commit
dffca57883
@ -54,7 +54,7 @@ project = "hugo"
|
|||||||
# The groups will be tested in order until a match is found.
|
# The groups will be tested in order until a match is found.
|
||||||
# The titles will so be listed in the given order in the release note.
|
# The titles will so be listed in the given order in the release note.
|
||||||
# Any match with ignore=true title will be dropped.
|
# Any match with ignore=true title will be dropped.
|
||||||
{ regexp = "Merge commit|Squashed", ignore = true },
|
{ regexp = "Merge commit|Squashed|releaser:", ignore = true },
|
||||||
{ title = "Bug fixes", regexp = "fix", ordinal = 10 },
|
{ title = "Bug fixes", regexp = "fix", ordinal = 10 },
|
||||||
{ title = "Dependency Updates", regexp = "deps", ordinal = 30 },
|
{ title = "Dependency Updates", regexp = "deps", ordinal = 30 },
|
||||||
{ title = "Build Setup", regexp = "(snap|release|update to)", ordinal = 40 },
|
{ title = "Build Setup", regexp = "(snap|release|update to)", ordinal = 40 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user