We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76071e2 commit 6ca95f1Copy full SHA for 6ca95f1
packages/build/src/release.ts
@@ -17,7 +17,7 @@ import S3 from 'aws-sdk/clients/s3';
17
*/
18
const release = async(config: Config) => {
19
const platform = os.platform();
20
- console.log('mongosh: releasing with config:', config);
+ // console.log('mongosh: releasing with config:', config);
21
22
const octokit = new Octokit({
23
auth: config.githubToken,
0 commit comments