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.
This commit is contained in:
Zanie Blue
2024-06-10 12:40:47 -04:00
committed by GitHub
parent 907727cb1b
commit fc4c2be3aa
+1 -1
View File
@@ -46,7 +46,7 @@ include = [{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, { path
[tool.rooster]
major_labels = [] # We do not use the major version number yet
minor_labels = ["breaking"]
changelog_ignore_labels = ["internal", "ci", "testing"]
changelog_ignore_labels = ["internal", "ci", "testing", "preview"]
changelog_sections.breaking = "Breaking changes"
changelog_sections.enhancement = "Enhancements"
changelog_sections.compatibility = "Enhancements"