Skip to content

chore: use default versioning for release-please#1949

Open
zeitlinger wants to merge 1 commit intomainfrom
fix-release-please-versioning
Open

chore: use default versioning for release-please#1949
zeitlinger wants to merge 1 commit intomainfrom
fix-release-please-versioning

Conversation

@zeitlinger
Copy link
Member

Summary

  • Remove always-bump-patch from release-please config so version bumps follow conventional commits (feat → minor, fix → patch)
  • This fixes the broken release-please PR chore: release main #1896 which had an empty diff and generic title due to version mismatch

Context

The previous always-bump-patch setting conflicted with the manual 1.6.0-SNAPSHOT bump, causing release-please to get stuck. With default versioning, release-please will correctly propose 1.6.0 based on the feat: commits since 1.5.0.

Test plan

  • After merge, verify release-please creates a new PR with correct version and changelog

Remove `always-bump-patch` so release-please uses conventional commits
to determine the version bump (feat → minor, fix → patch).
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
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.

1 participant