Inherit release script's stdout #26
Locked
kettanaito
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is implemented in #32. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There may be continuous stdout coming from the release script:
Current behavior
The stdout is not streamed but is instead printed as a single chunk once the release script exits.
Expected behavior
Stream (inherit) the stdout of the release script so developers can observe the execution of the command, and any underlying commands, in real-time. As a side-effect, I think this will also improve the error handling, as the stderr will also be printed out as it comes in.
Beta Was this translation helpful? Give feedback.
All reactions