Skip to content

Commit 077bacc

Browse files
committed
fix: add component to release-please config
1 parent a96f1f0 commit 077bacc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

release-please-config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "node",
4-
"include-component-in-tag": false
4+
"include-component-in-tag": false,
5+
"components": [
6+
{
7+
"name": "opencode-command-inject",
8+
"release-type": "node"
9+
}
10+
]
511
}

0 commit comments

Comments
 (0)