Skip to content

Commit

Permalink
chore: Change release-please config (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt authored Aug 28, 2024
1 parent 6b4a315 commit e81bfdf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@
}
],
"plugins": [
"cargo-workspace",
"sentence-case",
{
"type": "cargo-workspace",
"merge": false
},
{
"type": "linked-versions",
"groupName": "dsp-meta",
"groupName": "meta",
"components": [
".",
"dsp-domain",
"dsp-meta",
"dsp-meta-cmd"
Expand Down

0 comments on commit e81bfdf

Please sign in to comment.