From 496303a6a6872d03c37ef33f9d44dc9cafae3fd9 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sun, 21 Apr 2024 16:01:08 -0500 Subject: [PATCH] Update Rooster config to bump minor on breaking label (#3166) Following https://github.com/astral-sh/uv/pull/3151 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ccec407d..86953e1c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,8 @@ strip = true include = [{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, { path = "LICENSE-APACHE", format = "sdist" }, { path = "LICENSE-MIT", format = "sdist" }] [tool.rooster] -major_labels = [] # We do not use the major version number -minor_labels = [] # Normally we'd bump the minor version on breaking changes, but we're waiting +major_labels = [] # We do not use the major version number yet +minor_labels = ["breaking"] changelog_ignore_labels = ["internal", "ci", "testing"] changelog_sections.breaking = "Breaking changes" changelog_sections.enhancement = "Enhancements"