Skip to content

Commit 1389d45

Browse files
committed
fix: disable component-in-tag for release-please
1 parent 20abdea commit 1389d45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

release-please-config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "node",
44
"include-v-in-tag": true,
5+
"include-component-in-tag": false,
56
"packages": {
6-
".": {
7-
"package-name": "cloudinary-video-player"
8-
}
7+
".": {}
98
}
109
}

0 commit comments

Comments
 (0)