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. |
69
-
|`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"}`). |
|`exit code`| Any non `0` code is considered as an unexpected error and will stop the `semantic-release` execution with an error. |
69
+
|`stdout`|The `release` information can be written to `stdout` as parseable JSON (for example `{"name": "Release name", "url": "http://url/release/1.0.0"}`). If the command write non parseable JSON to `stdout` no `release` information will be returned. |
0 commit comments