Skip to content

Commit

Permalink
ci: add missing package for release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Nov 18, 2023
1 parent 1bc2173 commit 7dc9099
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"bootstrap-sha": "bcea7b61edda56452f03ab7f25e3cc97a23ba909",
"plugins": ["node-workspace"],
"packages": {
"packages/amqp": { },
"packages/async": { },
"packages/aws": { },
"packages/core": { },
"packages/elasticsearch": { },
"packages/gcp": { },
"packages/google-auth": { },
"packages/graphql": { },
"packages/hawk": { },
"packages/kubernetes": { },
"packages/mongodb": { },
"packages/otel": { },
"packages/postgres": { },
"packages/shell": { },
"packages/tsc-esm": { },
"packages/websockets": { },
"packages/workout": { }
}
"bootstrap-sha": "bcea7b61edda56452f03ab7f25e3cc97a23ba909",
"plugins": ["node-workspace"],
"packages": {
"packages/amqp": {},
"packages/async": {},
"packages/aws": {},
"packages/core": {},
"packages/elasticsearch": {},
"packages/gcp": {},
"packages/google-auth": {},
"packages/graphql": {},
"packages/hawk": {},
"packages/kubernetes": {},
"packages/mongodb": {},
"packages/otel": {},
"packages/postgres": {},
"packages/runtime": {},
"packages/shell": {},
"packages/tsc-esm": {},
"packages/websockets": {},
"packages/workout": {}
}
}

0 comments on commit 7dc9099

Please sign in to comment.