Skip to content

Commit 3ee5244

Browse files
fix: correct release-please manifest format to resolve version parsing error
- Update .release-please-manifest.json to use correct key-value format - Fix versionString.match is not a function error - Enable proper version parsing for release-please workflow - Maintain alpha version support for SDK and DApp packages
1 parent 7bab3dc commit 3ee5244

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"packages": {
3-
".": {
4-
"version": "0.0.3-alpha"
5-
},
6-
"dapp": {
7-
"version": "0.0.2-alpha"
8-
}
9-
}
10-
}
2+
".": "0.0.3-alpha",
3+
"dapp": "0.0.2-alpha"
4+
}

0 commit comments

Comments
 (0)