Skip to content

Commit ac3cc44

Browse files
ryzizubclaude
andauthored
fix: keep pre-1.0.0 releases on patch level (0.0.x) (#74)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cbb1c47 commit ac3cc44

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"pull-request-header": ":rotating_light: There are changes ready for release :rocket:\n\nℹ Merge this PR once the team confirms the release is ready.\n",
1111
"pull-request-title-pattern": "chore: ${version}",
1212
"include-component-in-tag": false,
13+
"bump-minor-pre-major": true,
14+
"bump-patch-for-minor-pre-major": true,
1315
"packages": {
1416
".": {
1517
"release-type": "simple",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

0 commit comments

Comments
 (0)