Skip to content

Commit 988281d

Browse files
committed
fix: setup release-please for subpackage to bypass workspace parsing issue
1 parent e23dd8a commit 988281d

2 files changed

Lines changed: 4 additions & 5 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-
".": "0.4.0"
2+
"nexum_core": "0.4.0"
33
}

release-please-config.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"packages": {
3-
".": {
3+
"nexum_core": {
44
"release-type": "simple",
5-
"bump-minor-pre-major": true,
6-
"bump-patch-for-minor-pre-major": true,
75
"changelog-path": "CHANGELOG.md",
86
"include-component-in-tag": false,
97
"include-v-in-tag": true,
108
"extra-files": [
119
"nexum_core/Cargo.toml",
12-
"nexum_cli/Cargo.toml"
10+
"nexum_cli/Cargo.toml",
11+
"Cargo.toml"
1312
]
1413
}
1514
},

0 commit comments

Comments
 (0)