Skip to content

Commit 1b70eae

Browse files
authored
Release: move 'diagnostics' section further down (#3373)
## Summary I was surprised to see the "Diagnostics" section above "Bug fixes" when I did the release. The ordering of these entries seems to control the relative placement of sections in the CHANGELOG, so I'm proposing to move the "Diagnostics" section further down.
1 parent d439e37 commit 1b70eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ trim-title-prefixes = ["[ty]"]
124124
[tool.rooster.section-labels]
125125
"Breaking changes" = ["breaking"]
126126
"Preview features" = ["preview"]
127-
"Diagnostics" = ["diagnostics"]
128127
"Bug fixes" = ["bug"]
129128
"LSP server" = ["server"]
130129
"CLI" = ["cli"]
130+
"Diagnostics" = ["diagnostics"]
131131
"Configuration" = ["configuration"]

0 commit comments

Comments
 (0)