chore: do not include component name in tag (#1538)

diff --git a/release-please-config.json b/release-please-config.json
index 5667ff4..63ce659 100644
--- a/release-please-config.json
+++ b/release-please-config.json
@@ -2,9 +2,10 @@
   "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
   "release-type": "node",
   "pull-request-title-pattern": "chore: release v${version}",
-  "bootstrap-sha": "d1ba547e91b192152bfc314ab85436de1538b4ec",
+  "bootstrap-sha": "bc5acef9dd5298cbbcabd5c01c9590ada683951d",
   "packages": {
     ".": {
+      "include-component-in-tag": false,
       "extra-files": [
         "README.md"
       ],