mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
release: Add some more ignore expressions to release notes config
This commit is contained in:
+1
-1
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user