release-it
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -60,5 +60,7 @@ import { bump, runTemplateCommand as run, pushd, copy, npmPublish, popd, mkTmpDir } from './shell'; | ||
await prompt('src', 'version', () => { | ||
throw new Error('Cancelled (no changes were made).'); | ||
}); | ||
if (isInteractive) { | ||
await prompt('src', 'version', () => { | ||
throw new Error('Cancelled (no changes were made).'); | ||
}); | ||
} | ||
@@ -65,0 +67,0 @@ await spinner(pkgFiles, () => bump(pkgFiles, version), 'Bump version'); |
{ | ||
"name": "release-it", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "CLI release tool for Git repos and npm packages.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41491
858