Skip to content

Add breaking change label to announcement schema - #100

Open
shivamsingh-007 wants to merge 1 commit into
zenml-io:mainfrom
shivamsingh-007:add-breaking-change-label-to-schema
Open

Add breaking change label to announcement schema#100
shivamsingh-007 wants to merge 1 commit into
zenml-io:mainfrom
shivamsingh-007:add-breaking-change-label-to-schema

Conversation

@shivamsingh-007

Copy link
Copy Markdown

Summary

Add a dedicated breaking change label to the changelog announcement schema so breaking changes can be properly categorized instead of being mapped to deprecation.

Related Issue

Fixes #83

What changed

  • Added "breaking change" to the labels enum in announcement-schema.json
  • Added BREAKING_CHANGE to the ChangelogLabel Python enum
  • Updated LABEL_MAPPING to route breaking/breaking-change variants to the new label instead of deprecation
  • Updated the grouped-entries prompt to include breaking change as a valid label option
  • Documented the new label in the schema README
  • Added regression test: validates entry with ["breaking change"] passes schema

Why this approach

Minimal change — 6 files, +25/-7. Reuses existing label infrastructure. Test proven to fail without the schema change.

Testing done

  • 173/173 pytest tests pass
  • Regression test fails without the fix (proven via schema revert)
  • validate_changelog.py passes against existing changelog.json

Checklist

Adds a dedicated 'breaking change' label so breaking changes no longer
need to be shoehorned under 'deprecation'. Includes schema update,
ChangelogLabel enum, LABEL_MAPPING redirect, prompt update, and README docs.

Fixes zenml-io#83
Copilot AI review requested due to automatic review settings July 22, 2026 10:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@bcdurak
bcdurak requested a review from strickvl July 29, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a breaking change label to the changelog announcement schema

2 participants