You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`exit code`| Any non `0` code is considered as an unexpected error and will stop the `semantic-release` execution with an error. |
59
+
|`stdout`| Only the `release` information must be written to `stdout` as parseable JSON (for example `{"name": "Release name", "url": "http://url/release/1.0.0"}`). |
60
+
|`stderr`| Can be used for logging. |
61
+
62
+
## success
63
+
64
+
Execute a shell command to notify of a successful release.
0 commit comments