Skip to content

fix: cap release bumps at minor while in 0.x beta#133

Merged
rohal12 merged 2 commits into
mainfrom
fix/release-no-major-bump
Mar 26, 2026
Merged

fix: cap release bumps at minor while in 0.x beta#133
rohal12 merged 2 commits into
mainfrom
fix/release-no-major-bump

Conversation

@rohal12

@rohal12 rohal12 commented Mar 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • BREAKING CHANGE footers and type!: subjects now trigger a minor bump instead of major
  • Prevents accidental v1.0.0 releases while the project is in pre-1.0 beta

Context

The event emitter hooks PR (#129) included a commit with a BREAKING CHANGE footer, which caused the release workflow to attempt a v1.0.0 bump (from v0.40.1). The release errored before publishing, so no v1.0.0 was actually released.

After this merges, the pending release will correctly bump to v0.41.0.

🤖 Generated with Claude Code

BREAKING CHANGE footers and bang-suffixed subjects now trigger a minor
bump instead of major, preventing an accidental v1.0.0 release while
the project is still in pre-1.0 development.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Release preview: merging this PR will publish v0.40.2 (patch bump from v0.40.1)

@github-actions

github-actions Bot commented Mar 26, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 78.32% 2776 / 3544
🔵 Statements 77.32% 3035 / 3925
🔵 Functions 68.67% 502 / 731
🔵 Branches 74.36% 1514 / 2036
File CoverageNo changed files found.
Generated in workflow #206 for commit 7cd3567 by the Vitest Coverage Report Action

@rohal12 rohal12 enabled auto-merge March 26, 2026 16:50
@rohal12 rohal12 merged commit 380d6ae into main Mar 26, 2026
5 checks passed
@rohal12 rohal12 deleted the fix/release-no-major-bump branch March 26, 2026 16:52
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