Skip to content

Commit 6c96522

Browse files
authored
chore: Fix naming of common packages for release please (#117)
1 parent 2c7ff62 commit 6c96522

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-please-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
]
5151
},
5252
"pkgs/shared/common": {
53-
"package-name": "LaunchDarkly.ServerSdk.Common",
53+
"package-name": "LaunchDarkly.CommonSdk",
5454
"extra-files": [
55-
"src/LaunchDarkly.ServerSdk.Common.csproj"
55+
"src/LaunchDarkly.CommonSdk.csproj"
5656
]
5757
},
5858
"pkgs/shared/common-json-net": {
59-
"package-name": "LaunchDarkly.ServerSdk.Common.JsonNet",
59+
"package-name": "LaunchDarkly.CommonSdk.JsonNet",
6060
"extra-files": [
61-
"src/LaunchDarkly.ServerSdk.Common.JsonNet.csproj"
61+
"src/LaunchDarkly.CommonSdk.JsonNet.csproj"
6262
]
6363
}
6464
}

0 commit comments

Comments
 (0)