We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96f1f0 commit 077baccCopy full SHA for 077bacc
1 file changed
release-please-config.json
@@ -1,5 +1,11 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
"release-type": "node",
4
- "include-component-in-tag": false
+ "include-component-in-tag": false,
5
+ "components": [
6
+ {
7
+ "name": "opencode-command-inject",
8
+ "release-type": "node"
9
+ }
10
+ ]
11
}
0 commit comments