Skip to content

Commit fc4c2be

Browse files
authored
Exclude preview items from changelog (#4202)
These were not excluded explicitly, so they were landing in "Other changes" or the relevant other section if multiple labels were applied.
1 parent 907727c commit fc4c2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include = [{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, { path
4646
[tool.rooster]
4747
major_labels = [] # We do not use the major version number yet
4848
minor_labels = ["breaking"]
49-
changelog_ignore_labels = ["internal", "ci", "testing"]
49+
changelog_ignore_labels = ["internal", "ci", "testing", "preview"]
5050
changelog_sections.breaking = "Breaking changes"
5151
changelog_sections.enhancement = "Enhancements"
5252
changelog_sections.compatibility = "Enhancements"

0 commit comments

Comments
 (0)