Skip to content

Commit ef82824

Browse files
committed
ci: keep release-please in 0.x with conservative bumps
Set bump-minor-pre-major and bump-patch-for-minor-pre-major so that while the crate is pre-1.0, breaking changes bump the minor version (not to 1.0.0) and ordinary features bump the patch version. Only breaking changes move the minor digit.
1 parent 0b8d6e7 commit ef82824

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"bump-minor-pre-major": true,
4+
"bump-patch-for-minor-pre-major": true,
35
"packages": {
46
".": {
57
"release-type": "rust"

0 commit comments

Comments
 (0)