mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
release: Add a note section in release notes
This commit is contained in:
parent
2d217cba51
commit
3afaca7584
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ archive_alias_replacements = { "linux-amd64.tar.gz" = "Linux-64bit.tar.gz" }
|
|||
# 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|releaser:", ignore = true },
|
||||
{ title = "Bug fixes", regexp = "fix", ordinal = 10 },
|
||||
{ title = "Note", regexp = "(note|deprecated)", ordinal = 10 },
|
||||
{ title = "Bug fixes", regexp = "fix", ordinal = 15 },
|
||||
{ title = "Dependency Updates", regexp = "deps", ordinal = 30 },
|
||||
{ title = "Build Setup", regexp = "(snap|release|update to)", ordinal = 40 },
|
||||
{ title = "Documentation", regexp = "(doc|readme)", ordinal = 40 },
|
||||
|
|
Loading…
Reference in a new issue