From 8ef5572680855461d5d04231058817dfb3641fff Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Fri, 28 Feb 2025 14:04:23 +0530 Subject: [PATCH] Prioritize "bug" label for changelog sections --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e0928cd4147fd..0f248d8188dd46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,17 +113,17 @@ changelog_ignore_labels = ["internal", "ci", "red-knot", "testing"] changelog_sections.breaking = "Breaking changes" changelog_sections.preview = "Preview features" +changelog_sections.bug = "Bug fixes" changelog_sections.rule = "Rule changes" changelog_sections.diagnostics = "Rule changes" changelog_sections.docstring = "Rule changes" changelog_sections.fixes = "Rule changes" -changelog_sections.formatter = "Formatter" changelog_sections.isort = "Rule changes" changelog_sections.performance = "Performance" +changelog_sections.formatter = "Formatter" changelog_sections.server = "Server" changelog_sections.cli = "CLI" changelog_sections.configuration = "Configuration" -changelog_sections.bug = "Bug fixes" changelog_sections.documentation = "Documentation" changelog_sections.__unknown__ = "Other changes"