Skip to content

Commit ae5fff3

Browse files
authored
Merge pull request #12539 from sbidoul/tweak-towncrier-sbi
2 parents 13139cb + dee48a2 commit ae5fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ template = "tools/news/template.rst"
8989

9090
# Grouping of entries, within our changelog
9191
type = [
92-
{ name = "Process", directory = "process", showcontent = true },
9392
{ name = "Deprecations and Removals", directory = "removal", showcontent = true },
9493
{ name = "Features", directory = "feature", showcontent = true },
9594
{ name = "Bug Fixes", directory = "bugfix", showcontent = true },
9695
{ name = "Vendored Libraries", directory = "vendor", showcontent = true },
9796
{ name = "Improved Documentation", directory = "doc", showcontent = true },
97+
{ name = "Process", directory = "process", showcontent = true },
9898
{ name = "Trivial Changes", directory = "trivial", showcontent = false },
9999
]
100100

0 commit comments

Comments
 (0)