summaryrefslogtreecommitdiffstats
path: root/hugoreleaser.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-08-29 16:29:45 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-08-29 16:29:45 +0200
commitdffca57883ba779121d63a59e0e74f37bf28d651 (patch)
treec1ce19d5e5aa342119ee3a1deb223c7369a81678 /hugoreleaser.toml
parent79932e72257efe2ea525d546b32b3ecd3988605b (diff)
release: Add the releaser commits to the ignore list
Diffstat (limited to 'hugoreleaser.toml')
-rw-r--r--hugoreleaser.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugoreleaser.toml b/hugoreleaser.toml
index beffa0e71..93266f97e 100644
--- a/hugoreleaser.toml
+++ b/hugoreleaser.toml
@@ -54,7 +54,7 @@ project = "hugo"
# 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.
# 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 = "Dependency Updates", regexp = "deps", ordinal = 30 },
{ title = "Build Setup", regexp = "(snap|release|update to)", ordinal = 40 },