We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1df81 commit 3ab3ac9Copy full SHA for 3ab3ac9
README.md
@@ -125,12 +125,14 @@ Examples:
125
You can take control of the work flow or execute more tasks by using the event callbacks.
126
When the event commands are triggerred they receive all the variables defined in the then moment.
127
128
-Currently `please` supports five events which are executed in following order:
+Currently `please` supports these events which are executed in following order:
129
130
- before-all
131
- before-npm
132
- before-push
133
- before-vcs
134
+- after-release
135
+- before-phar
136
- after-all
137
138
You can either set events as a json file in [./please.json](./please.json) or pass them in as option to `please` like so:
0 commit comments