Skip to content

Commit 9ef6b32

Browse files
committed
change in format for release-it non-interactive
1 parent abcf66c commit 9ef6b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/release.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ task :release, %i[gem_version dry_run tools_install] do |_t, args|
6060
# Will bump the yarn version, commit, tag the commit, push to repo, and release on yarn
6161
release_it_command = +"release-it"
6262
release_it_command << " #{npm_version}" unless npm_version.strip.empty?
63-
release_it_command << " --non-interactive --npm.publish --no-git.requireCleanWorkingDir"
63+
release_it_command << " --ci --npm.publish --no-git.requireCleanWorkingDir"
6464
release_it_command << " --dry-run --verbose" if is_dry_run
6565
sh_in_dir(gem_root, release_it_command)
6666

0 commit comments

Comments
 (0)