We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcf66c commit 9ef6b32Copy full SHA for 9ef6b32
rakelib/release.rake
@@ -60,7 +60,7 @@ task :release, %i[gem_version dry_run tools_install] do |_t, args|
60
# Will bump the yarn version, commit, tag the commit, push to repo, and release on yarn
61
release_it_command = +"release-it"
62
release_it_command << " #{npm_version}" unless npm_version.strip.empty?
63
- release_it_command << " --non-interactive --npm.publish --no-git.requireCleanWorkingDir"
+ release_it_command << " --ci --npm.publish --no-git.requireCleanWorkingDir"
64
release_it_command << " --dry-run --verbose" if is_dry_run
65
sh_in_dir(gem_root, release_it_command)
66
0 commit comments