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

fix(publish): forward publish script stdio to the logger #61

Merged
merged 4 commits into from
Sep 2, 2023

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Sep 2, 2023

  • Forwards the stdout/stderr from the publish script directly to the logger instead of handling it after the entire exec is done. This should stream the publish script stdio as it's being written, improving the observability of the release process.
  • Fixes the default Git branch name for test utilities to fix failing local test runs.

@kettanaito kettanaito force-pushed the fix/publish-stdio-streaming branch 5 times, most recently from e305782 to a8ebf99 Compare September 2, 2023 12:45
@kettanaito kettanaito changed the title fix: use "spawnAsync" to stream publish script fix(publish): forward publish script stdio to the logger Sep 2, 2023
@kettanaito kettanaito merged commit e294032 into main Sep 2, 2023
1 check passed
@kettanaito kettanaito deleted the fix/publish-stdio-streaming branch September 2, 2023 13:12
@kettanaito
Copy link
Member Author

Released: v0.7.0 🎉

This has been released in v0.7.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