Skip to content

Commit

Permalink
fix: issue with component in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Jun 30, 2024
1 parent 00a1936 commit e6735fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"release-type": "node",
"include-component-in-tag": false,
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit e6735fb

Please sign in to comment.