Skip to content

Commit

Permalink
release: Add a note section in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Dec 19, 2022
1 parent 2d217cb commit 3afaca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hugoreleaser.toml
Expand Up @@ -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 },
Expand Down

0 comments on commit 3afaca7

Please sign in to comment.