Skip to content

Commit

Permalink
docs: add missing events
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 23, 2019
1 parent ce1df81 commit 3ab3ac9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ Examples:
You can take control of the work flow or execute more tasks by using the event callbacks.
When the event commands are triggerred they receive all the variables defined in the then moment.

Currently `please` supports five events which are executed in following order:
Currently `please` supports these events which are executed in following order:

- before-all
- before-npm
- before-push
- before-vcs
- after-release
- before-phar
- after-all

You can either set events as a json file in [./please.json](./please.json) or pass them in as option to `please` like so:
Expand Down

0 comments on commit 3ab3ac9

Please sign in to comment.