Skip to content

Commit 248b6c9

Browse files
chore: set initial-version=0.1.0 for all packages
1 parent 26d0ec5 commit 248b6c9

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

release-please-config.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,26 @@
66
"confidence-resolver": {
77
"path": "confidence-resolver",
88
"release-type": "rust",
9-
"changelog-path": "CHANGELOG.md"
9+
"changelog-path": "CHANGELOG.md",
10+
"initial-version": "0.1.0"
1011
},
1112
"confidence-cloudflare-resolver": {
1213
"path": "confidence-cloudflare-resolver",
1314
"release-type": "rust",
14-
"changelog-path": "CHANGELOG.md"
15+
"changelog-path": "CHANGELOG.md",
16+
"initial-version": "0.1.0"
1517
},
1618
"wasm-msg": {
1719
"path": "wasm-msg",
1820
"release-type": "rust",
19-
"changelog-path": "CHANGELOG.md"
21+
"changelog-path": "CHANGELOG.md",
22+
"initial-version": "0.1.0"
23+
},
24+
"rust-guest": {
25+
"path": "wasm/rust-guest",
26+
"release-type": "rust",
27+
"changelog-path": "CHANGELOG.md",
28+
"initial-version": "0.1.0"
2029
}
2130
}
2231
}

0 commit comments

Comments
 (0)