Skip to content

Print more useful error for non-process failure #449

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

Merged
merged 2 commits into from
May 9, 2025

Conversation

pbrisbin
Copy link
Contributor

error.stdout will be empty if the error was not actually the result of
the executed process failing (such as interpolation errors), we should
include more detail for that case.

Fixes #447.

`error.stdout` will be empty if the error was not actually the result of
the executed process failing (such as interpolation errors), we should
include more detail for that case.

Fixes semantic-release#447.
@pbrisbin pbrisbin marked this pull request as ready for review April 28, 2025 13:56
Copy link
Member

@travi travi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@travi travi merged commit a285bc5 into semantic-release:master May 9, 2025
8 checks passed
Copy link

github-actions bot commented May 9, 2025

🎉 This PR is included in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Invalid interpolations are hard to debug
2 participants