Skip to content

Commit

Permalink
Exclude preview items from changelog (#4202)
Browse files Browse the repository at this point in the history
These were not excluded explicitly, so they were landing in "Other
changes" or the relevant other section if multiple labels were applied.
  • Loading branch information
zanieb authored Jun 10, 2024
1 parent 907727c commit fc4c2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc4c2be

Please sign in to comment.