Skip to content

Commit

Permalink
Merge branch 'master' into autodisco
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 23, 2021
2 parents db7eb57 + 2273a67 commit ac72c90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Expand Up @@ -129,5 +129,6 @@
"src/apis/workflowexecutions": "0.2.0",
"src/apis/youtube": "0.2.0",
"src/apis/youtubeAnalytics": "0.1.0",
"src/apis/youtubereporting": "0.1.0"
"src/apis/youtubereporting": "0.1.0",
".": "68.0.0"
}
1 change: 1 addition & 0 deletions release-please-config.json
@@ -1,6 +1,7 @@
{
"bootstrap-sha": "6e61af34c0bfdfc3d6f973bffcd6a7e2420590d2",
"packages": {
".": "68.0.0",
"src/apis/abusiveexperiencereport": {},
"src/apis/acceleratedmobilepageurl": {},
"src/apis/accesscontextmanager": {},
Expand Down
5 changes: 5 additions & 0 deletions src/generator/generator.ts
Expand Up @@ -333,6 +333,11 @@ export class Generator {
`src/apis/${api}`
] = require(`../../../src/apis/${api}/package.json`).version;
}

// Include the root library in the config:
releasePleaseManifest['.'] = require('../../../package.json').version;
releasePleaseConfig.packages['.'] = {};

fs.writeFileSync(
path.resolve(rootPath, './release-please-config.json'),
JSON.stringify(releasePleaseConfig, null, 2),
Expand Down

0 comments on commit ac72c90

Please sign in to comment.