Skip to content

chore(release-drafter): move provider label to patch version bucket#3079

Merged
tusharmath merged 1 commit intomainfrom
provider-release
Apr 19, 2026
Merged

chore(release-drafter): move provider label to patch version bucket#3079
tusharmath merged 1 commit intomainfrom
provider-release

Conversation

@tusharmath
Copy link
Copy Markdown
Collaborator

@tusharmath tusharmath commented Apr 19, 2026

Summary

Move the type: provider label from the minor version bucket to the patch bucket in the release-drafter configuration so that provider additions trigger patch releases instead of minor releases.

Context

Provider-related changes (adding or updating LLM providers) were previously categorized under minor version bumps alongside feature work. In practice, provider additions are incremental and non-breaking — they should follow the same versioning cadence as bug fixes and refactors (patch), not feature releases (minor). This reordering corrects that classification.

Changes

  • Removed type: provider from the minor labels list in .github/release-drafter.yml
  • Added type: provider to the patch labels list

Testing

Verify the release-drafter configuration is valid by opening a PR with the type: provider label and confirming that the drafted release resolves to a patch version bump rather than a minor bump.

Links

  • Config file: .github/release-drafter.yml

@github-actions github-actions Bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Apr 19, 2026
@tusharmath tusharmath enabled auto-merge (squash) April 19, 2026 08:15
@tusharmath tusharmath changed the title chore(release-drafter): reorder provider label resolution chore(release-drafter): move provider label to patch version bucket Apr 19, 2026
@tusharmath tusharmath merged commit 022ecd9 into main Apr 19, 2026
12 checks passed
@tusharmath tusharmath deleted the provider-release branch April 19, 2026 08:17
@github-actions github-actions Bot added the type: fix Iterations on existing features or infrastructure. label Apr 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work. type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant