Skip to content

Commit

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

0 comments on commit 9a4d49e

Please sign in to comment.