Skip to content

fix(repo): use minor bumps for feat commits pre-1.0#197

Merged
qantrepreneur merged 1 commit into
mainfrom
194-fix-versioning-strategy
May 23, 2026
Merged

fix(repo): use minor bumps for feat commits pre-1.0#197
qantrepreneur merged 1 commit into
mainfrom
194-fix-versioning-strategy

Conversation

@qantrepreneur
Copy link
Copy Markdown
Contributor

Summary

  • Remove bump-patch-for-minor-pre-major so feat commits bump minor (0.1.0, 0.2.0) instead of patch (0.0.1)
  • Update seed versions to 0.1.0-beta.0 so the first release will be 0.1.0-beta.1
  • Previous PR chore: release main #196 had wrong versions (0.0.1-beta.1)

Closes #194

How to release

  1. Merge this PR
  2. Release-please will create a new PR with version 0.1.0-beta.1
  3. Merge that release-please PR to publish the first beta to npm

🤖 Generated with Claude Code

Remove bump-patch-for-minor-pre-major so feat commits bump minor
(0.1.0, 0.2.0) instead of patch (0.0.1, 0.0.2). Update seed versions
to 0.1.0-beta.0 so the first release will be 0.1.0-beta.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@qantrepreneur qantrepreneur merged commit d667c9f into main May 23, 2026
3 checks passed
@sundayceo-release sundayceo-release Bot mentioned this pull request May 23, 2026
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.

ci: Better Notify-style npm release channels (canary + beta) and versioned docs

1 participant