From dffca57883ba779121d63a59e0e74f37bf28d651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 29 Aug 2022 16:29:45 +0200 Subject: [PATCH] release: Add the releaser commits to the ignore list --- hugoreleaser.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },