Skip to content

Commit

Permalink
ci(rp): fix linked-versions config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jan 3, 2024
1 parent 9a4d49e commit 76ae05f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"bootstrap-sha": "55b3e5d6248eb201c0e16424ce6f345757e94bad",
"packages": {
"packages/catppuccin-vsc": {
"component": "theme",
"include-component-in-tag": false
"component": "catppuccin-vsc"
},
"packages/catppuccin-vsc-pack": {
"component": "catppuccin-vsc-pack"
},
"packages/catppuccin-vsc-pack": {},
"packages/catppuccin-vscode": {
"component": "npm"
"component": "@catppuccin/vscode"
}
},
"plugins": [
Expand All @@ -18,7 +19,7 @@
{
"type": "linked-versions",
"groupName": "theme",
"components": ["theme", "npm"]
"components": ["catppuccin-vsc", "@catppuccin/vscode"]
}
],
"release-type": "node",
Expand Down

0 comments on commit 76ae05f

Please sign in to comment.