Skip to content

Commit 70c49c0

Browse files
committed
fix(ci): bump feat commits to minor version in release-please
Remove bump-patch-for-minor-pre-major so feat commits correctly bump minor version (e.g. 0.1.x → 0.2.0). Sync manifest to 0.1.3.
1 parent eb022b6 commit 70c49c0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/cli": "0.1.2"
2+
"packages/cli": "0.1.3"
33
}

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"release-type": "node",
55
"package-name": "skillx-sh",
66
"changelog-path": "CHANGELOG.md",
7-
"bump-minor-pre-major": true,
8-
"bump-patch-for-minor-pre-major": true
7+
"bump-minor-pre-major": true
98
}
109
}
1110
}

0 commit comments

Comments
 (0)