Skip to content

Commit 60a725d

Browse files
committed
chore: target next release-please cut as 0.1.0
Force the pending release to 0.1.0 and stop mapping feat commits to patch bumps while pre-1.0. After 0.1.0 ships, remove the release-as pin so normal conventional-commit bumps resume. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 5acd69b commit 60a725d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"release-type": "node",
66
"changelog-path": "CHANGELOG.md",
77
"bump-minor-pre-major": true,
8-
"bump-patch-for-minor-pre-major": true
8+
"release-as": "0.1.0"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)