Skip to content

Commit c1f9d50

Browse files
committed
https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md#subsequent-versions
1 parent e5a38d0 commit c1f9d50

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

release-please-config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"src/toolbox_core/version.py"
99
],
1010
"release-type": "python",
11-
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1"
11+
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
12+
"include-component-in-tag": "false"
1213
},
1314
"packages/toolbox-langchain": {
1415
"bump-minor-pre-major": true,
@@ -18,7 +19,8 @@
1819
"src/toolbox_langchain/version.py"
1920
],
2021
"release-type": "python",
21-
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1"
22+
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
23+
"include-component-in-tag": "false"
2224
}
2325
}
24-
}
26+
}

0 commit comments

Comments
 (0)