Skip to content

Commit 2902d7e

Browse files
ci(hana): release-please manages db-service dep (#1377)
With this, `release-please` will enforce that dependencies within the workspace are automatically bumped. Effectively, this will update all our dbs if the `db-service` version is increased. --- from the [release-please docs](https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md#node-workspace): The node-workspace plugin builds a graph of local node packages configured in release-please-config.json and the dependency relationships between them. It looks at what packages were updated by release-please and updates their reference in other packages' dependencies lists. Even when a particular package was not updated by release-please, if a dependency did have an update, it will be patch bump the package, create a changelog entry, and add it to the list of PR changes. Under the hood, this plugin adapts specific dependency graph building and updating functionality from the popular [lerna](https://github.com/lerna/lerna) tool.
1 parent df06637 commit 2902d7e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

release-please-config.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2+
"plugins": [
3+
"node-workspace"
4+
],
25
"packages": {
3-
"db-service": {
4-
},
5-
"sqlite": {
6-
},
7-
"postgres": {
8-
},
9-
"hana": {
10-
}
6+
"db-service": {},
7+
"sqlite": {},
8+
"postgres": {},
9+
"hana": {}
1110
},
1211
"changelog-sections": [
1312
{

0 commit comments

Comments
 (0)