Skip to content

Commit 6b78df0

Browse files
authored
chore: fix release-please config (#539)
1 parent ef1613a commit 6b78df0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

release-please-config.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
2+
"exclude-paths": ["e2e-report", "tests", "tools", "turbofan"],
23
"packages": {
3-
".": {
4-
"exclude-paths": ["e2e-report", "tests", "tools", "turbofan"],
5-
"include-component-in-tag": false
6-
}
7-
},
8-
"plugins": ["node-workspace"]
4+
".": {}
5+
}
96
}

0 commit comments

Comments
 (0)