typoe > typo (!)

This commit is contained in:
Bjørn Erik Pedersen 2022-09-10 16:24:03 +02:00 committed by GitHub
parent 3427c7436d
commit dc90b75177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ project = "hugoDocs"
groups = [
{ regexp = "snapcraft:|Merge commit|Squashed", ignore = true },
{ title = "Typo fixes", regexp = "typoe", ordinal = 20 },
{ title = "Typo fixes", regexp = "typo", ordinal = 20 },
{ title = "Dependency Updates", regexp = "deps", ordinal = 30 },
{ title = "Improvements", regexp = ".*", ordinal = 10 },
]