Skip to content

fix(release-please): drop release-as pin so commits drive bumps#4

Merged
hbrombeer merged 1 commit intomainfrom
fix/release-please-config
May 6, 2026
Merged

fix(release-please): drop release-as pin so commits drive bumps#4
hbrombeer merged 1 commit intomainfrom
fix/release-please-config

Conversation

@hbrombeer
Copy link
Copy Markdown
Member

Summary

The initial release config had release-as: 0.1.0 to force the very first release to a specific version. With that still in place release-please opens an empty "release 0.1.0" PR on every push instead of computing the bump from commits — see PR #3 just opened against feat(motd) work that should have produced 0.2.0.

Drop the override; the manifest already tracks the current version (0.1.0), and bump-minor-pre-major: true will route feat: commits to minor bumps.

Test plan

🤖 Generated with Claude Code

@hbrombeer hbrombeer merged commit 007b7ad into main May 6, 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.

1 participant