Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: forward release script stdout/stderr in logs #32

Merged
merged 14 commits into from
Nov 14, 2022

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Jun 21, 2022

Right now, when running the release script you don't see its output as it prints it. Instead, you only see the entire stdout once the process is finished. This is not optimal. Moreover, if the release script exits, there are cases when you won't see any useful output as to why (the process may print output as it goes but not necessarily into stderr).

@kettanaito kettanaito changed the title WIP stream release script stdout/stderr feat: stream release script std into parent process Aug 20, 2022
@kettanaito kettanaito added the help wanted Extra attention is needed label Aug 20, 2022
@kettanaito kettanaito removed the help wanted Extra attention is needed label Nov 14, 2022
@kettanaito kettanaito changed the title feat: stream release script std into parent process feat: forward release script stdout/stderr in logs Nov 14, 2022
@kettanaito kettanaito marked this pull request as ready for review November 14, 2022 11:59
@kettanaito kettanaito merged commit 8e8a521 into main Nov 14, 2022
@kettanaito kettanaito deleted the feat/stream-release-std branch November 14, 2022 12:01
@kettanaito
Copy link
Member Author

Released: v0.5.0 🎉

This has been released in v0.5.0!

Make sure to always update to the latest version (npm i @ossjs/release@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant