Skip to content

Commit

Permalink
docs: add after-version trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 20, 2021
1 parent d536234 commit 1394541
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ Options:
-V --version Forces the exact version to be released.
-y --yes Assume yes for any confirmation.
Events:
--before-all Run the command before anything (very start).
--before-npm Run the command before releasing to npm.
--before-push Run the command before pushing code to remote.
--before-vcs Run the command before releasing to VCS.
--before-phar Run the command before uploading phar binary.
--after-all Run the command after everything finishes.
--before-all Run the command before anything (very start).
--after-version Run the command after determining next version.
--before-npm Run the command before releasing to npm.
--before-push Run the command before pushing code to remote.
--before-vcs Run the command before releasing to VCS.
--before-phar Run the command before uploading phar binary.
--after-all Run the command after everything finishes.
Examples:
please
please version # prints current version of itself
Expand Down Expand Up @@ -139,6 +140,7 @@ When the event commands are triggerred they receive all the variables defined in
Currently `please` supports these events which are executed in following order:

- before-all
- after-version
- before-npm
- before-push
- before-vcs
Expand Down

0 comments on commit 1394541

Please sign in to comment.