Skip to content

Commit

Permalink
🤖 Reflow Towncrier categories list in config
Browse files Browse the repository at this point in the history
This is a preparatory step for further adding of new changelog
fragment types.
  • Loading branch information
webknjaz committed Jul 15, 2024
1 parent 6576879 commit 3303cd1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ template = "tools/news/template.rst"

# Grouping of entries, within our changelog
type = [
{ name = "Deprecations and Removals", directory = "removal", showcontent = true },
{ name = "Features", directory = "feature", showcontent = true },
{ name = "Bug Fixes", directory = "bugfix", showcontent = true },
{ name = "Vendored Libraries", directory = "vendor", showcontent = true },
{ name = "Improved Documentation", directory = "doc", showcontent = true },
{ name = "Process", directory = "process", showcontent = true },
{ name = "Trivial Changes", directory = "trivial", showcontent = false },
{ name = "Deprecations and Removals", directory = "removal", showcontent = true },
{ name = "Features", directory = "feature", showcontent = true },
{ name = "Bug Fixes", directory = "bugfix", showcontent = true },
{ name = "Vendored Libraries", directory = "vendor", showcontent = true },
{ name = "Improved Documentation", directory = "doc", showcontent = true },
{ name = "Process", directory = "process", showcontent = true },
{ name = "Trivial Changes", directory = "trivial", showcontent = false },
]

######################################################################################
Expand Down

0 comments on commit 3303cd1

Please sign in to comment.