diff --git a/hugoreleaser.toml b/hugoreleaser.toml index aa4ab6ea2..3ee1aad13 100644 --- a/hugoreleaser.toml +++ b/hugoreleaser.toml @@ -16,7 +16,7 @@ project = "hugoDocs" short_title = "What's Changed" groups = [ - { regexp = "snapcraft:|Merge commit|Squashed", ignore = true }, + { regexp = "snapcraft:|Merge commit|Merge branch|netlify:|release:|Squashed", ignore = true }, { title = "Typo fixes", regexp = "typo", ordinal = 20 }, { title = "Dependency Updates", regexp = "deps", ordinal = 30 }, { title = "Improvements", regexp = ".*", ordinal = 10 },