Skip to content

Commit 01c528a

Browse files
authored
chore: remove server-side version from release-please manifest (#272)
This is an attempt to fix the pending release. Ideally, release please would detect that no release is necessary or that a 0.1.0 initial release of the server side only is necessary. Right now, it thinks that the `sse-client` needs a release, and it's therefore bumping that and the server/client SDKs.
1 parent 17668f9 commit 01c528a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.release-please-manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"libs/client-sdk": "3.2.1",
3-
"libs/server-sdk": "0.1.0",
43
"libs/server-sent-events": "0.2.0",
54
"libs/common": "0.5.0",
65
"libs/internal": "0.3.0"

libs/server-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"launchdarkly-cpp-internal": "0.3.0",
8-
"launchdarkly-cpp-common": "0.5.0"
8+
"launchdarkly-cpp-common": "0.5.0",
9+
"launchdarkly-cpp-sse-client": "0.2.0"
910
}
1011
}

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"CMakeLists.txt"
2020
],
2121
"prerelease": true,
22-
"bump-minor-pre-major": true
22+
"bump-minor-pre-major": true,
23+
"release-as": "0.1.0"
2324
},
2425
"libs/server-sent-events": {
2526
"initial-version": "0.1.0"

0 commit comments

Comments
 (0)