Skip to content

fix: treat feat commits as patch bumps pre-1.0#5

Merged
wavekat-eason merged 1 commit intomainfrom
fix/release-please-versioning
Mar 30, 2026
Merged

fix: treat feat commits as patch bumps pre-1.0#5
wavekat-eason merged 1 commit intomainfrom
fix/release-please-versioning

Conversation

@wavekat-eason
Copy link
Copy Markdown
Contributor

Summary

  • Adds bump-patch-for-minor-pre-major: true to release-please config
  • While major version is 0, feat: commits bump patch instead of minor (0.0.1 → 0.0.2, not 0.1.0)
  • Only a feat!: or BREAKING CHANGE footer will bump minor (0.0.x → 0.1.0)

After merging

Close PR #4 — release-please will regenerate it as 0.0.2.

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@wavekat-eason wavekat-eason merged commit a7ba5ff into main Mar 30, 2026
1 check passed
@wavekat-eason wavekat-eason deleted the fix/release-please-versioning branch March 30, 2026 03:58
wavekat-eason pushed a commit that referenced this pull request Mar 30, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.0.2](wavekat-com-v0.0.1...wavekat-com-v0.0.2)
(2026-03-30)


### Features

* add Wrangler deploy script for CF Pages
([#2](#2))
([fbe175b](fbe175b))
* Astro scaffold with homepage
([#1](#1))
([f763fb8](f763fb8))
* release-please automation and version display
([#3](#3))
([3736452](3736452))


### Bug Fixes

* treat feat commits as patch bumps pre-1.0
([#5](#5))
([a7ba5ff](a7ba5ff))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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