Skip to content

Commit 1bceda8

Browse files
committed
fix: update release-please config for cargo workspace
- Point to nexum_core package instead of workspace root - Update manifest with correct package path
1 parent a2374fe commit 1bceda8

2 files changed

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": {
3-
".": {
3+
"nexum_core": {
44
"release-type": "rust",
55
"bump-minor-pre-major": true,
66
"bump-patch-for-minor-pre-major": true,

0 commit comments

Comments
 (0)