Closed
Description
I use this package in a lot of projects, and it's terribly convenient, but one item which is missing in my opinion is the ability to specify a no-bump option. Sometimes a deployment fails due to some network condition in one of our projects and we'd simply like to deploy the bumped version.. It'd be great if there were a flag for such an option within version-bump-prompt
, such as --allow-no-bump
or --opt-bypass
, for example.
As version-bump-prompt
is usually always the first step for me, having such a feature would mean that I wouldn't need to add another prompt before this one.
EDIT: I'd happily add this if it's something you'd be interested in.