]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
release: Add the releaser commits to the ignore list
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 29 Aug 2022 14:29:45 +0000 (16:29 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 29 Aug 2022 14:29:45 +0000 (16:29 +0200)
hugoreleaser.toml

index beffa0e717ac6e0c7621d2536af260b9c1c829ce..93266f97e856b3c4b8617dab61ac031deae0e747 100644 (file)
@@ -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 },