Skip to content

Commit dee48a2

Browse files
committed
Towncrier: move process section to the end
1 parent e21c1df commit dee48a2

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
@@ -85,12 +85,12 @@ template = "tools/news/template.rst"
8585

8686
# Grouping of entries, within our changelog
8787
type = [
88-
{ name = "Process", directory = "process", showcontent = true },
8988
{ name = "Deprecations and Removals", directory = "removal", showcontent = true },
9089
{ name = "Features", directory = "feature", showcontent = true },
9190
{ name = "Bug Fixes", directory = "bugfix", showcontent = true },
9291
{ name = "Vendored Libraries", directory = "vendor", showcontent = true },
9392
{ name = "Improved Documentation", directory = "doc", showcontent = true },
93+
{ name = "Process", directory = "process", showcontent = true },
9494
{ name = "Trivial Changes", directory = "trivial", showcontent = false },
9595
]
9696

0 commit comments

Comments
 (0)