Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: default bump to true
  • Loading branch information
antfu committed Jun 15, 2022
1 parent 06c4fd8 commit 3eb34f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/version-bump.ts
Expand Up @@ -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
Expand Down

0 comments on commit 3eb34f3

Please sign in to comment.