Skip to content

Commit 25225a3

Browse files
authored
chore: do not include component name in tag (#46)
1 parent 9d78c7d commit 25225a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "node",
44
"pull-request-title-pattern": "chore: release v${version}",
5-
"bootstrap-sha": "186e04b5e40e54d7fd1655bc67081cc483f12488",
5+
"bootstrap-sha": "9d78c7da25c5f90617600e23d2a8e7a23288f1ae",
66
"packages": {
77
".": {
8+
"include-component-in-tag": false,
89
"changelog-path": "CHANGELOG.md"
910
}
1011
}

0 commit comments

Comments
 (0)