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

Commit

Permalink
fix: adding missing release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Feb 12, 2024
1 parent cc50bd2 commit a7ba62a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"packages": {
".": {
"release-type": "simple",
"bump-minor-pre-major": true,
"versioning": "default",
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": [
"src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj"
]
}
}
}

0 comments on commit a7ba62a

Please sign in to comment.