diff --git a/src/version-bump.ts b/src/version-bump.ts index 5dbb13a..bccbb14 100644 --- a/src/version-bump.ts +++ b/src/version-bump.ts @@ -58,8 +58,9 @@ export async function versionBump(arg: VersionBumpOptions | string = {}): Promis name: 'yes', type: 'confirm', message: 'Bump?', + initial: true, }).then(r => r.yes)) - return + process.exit(1) } // Run npm preversion script, if any