diff --git a/scripts/release.js b/scripts/release.js index bd4dd3b0b8..8a2c1f40c2 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -77,8 +77,8 @@ const yargs = require('yargs'); version: workspaceVersion, dryRun: options.dryRun, verbose: options.verbose, - gitCommit: !options.dryRun, - gitCommitArgs: '', + gitCommit: false, + gitTag: false, }); } }