Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
ci: tweak release-please config (#198)
Browse files Browse the repository at this point in the history
1. Update extra-files paths to be relative to the base package
directories
2. Generate separate PRs
3. Add a package name `telemetry` for the Telemetry package, and
include-component-in-tags
  • Loading branch information
cwaldren-ld authored Apr 22, 2024
1 parent d9043db commit 1045f28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"bootstrap-sha": "7870a6ed7450d211ae822a281de45b6fc3df39c3",
"separate-pull-requests": true,
"include-component-in-tag": true,
"packages": {
"pkgs/sdk/server": {
Expand All @@ -8,15 +9,16 @@
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": [
"pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj"
"src/LaunchDarkly.ServerSdk.csproj"
]
},
"pkgs/telemetry": {
"release-type": "simple",
"package-name": "telemetry",
"bump-minor-pre-major": true,
"include-v-in-tag": false,
"extra-files": [
"pkgs/sdk/server/src/LaunchDarkly.ServerSdk.Telemetry.csproj"
"src/LaunchDarkly.ServerSdk.Telemetry.csproj"
]
}
}
Expand Down

0 comments on commit 1045f28

Please sign in to comment.