-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for skipping lifecycle steps, polish lifecycle work #188
Conversation
…, better that someone pull this value from package.json
I've pushed this to https://github.com/npm/marky-markdown/blob/master/package.json#L14 I'm really happy!
|
Nice!! Thank you! |
Maybe you could precise in the readme that the output of the Thank you! |
What is this?
this fairly major refactor addresses several feature requests around lifecycle hooks, and the ability to skip steps that standard-version performs.
There are now the events
bump
,changelog
,commit, and
tag, each of which has
preand
postlifecycle hooks, e.g.,
prebump,
postbump,
precommit`, ...fixes #157
Note
I've branched from #187 which should be landed first (so this commit looks bigger than it actually is).
CC: @lancecaraccioli, @denouche,