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: don't swallow release command errors #131

Merged
merged 1 commit into from
Sep 17, 2019
Merged

Conversation

amcgee
Copy link
Member

@amcgee amcgee commented Sep 17, 2019

This can cause release failures to silently succeed, which is bad news in CI deployment

I'm also worried that the git portion of semantic-release succeeded in pushing the version commit, even though the preceding npm publish step failed! That is not covered in this fix.

@varl varl merged commit 8a09d32 into master Sep 17, 2019
@varl varl deleted the fix/fail-on-release-error branch September 17, 2019 11:17
dhis2-bot added a commit that referenced this pull request Sep 17, 2019
## [2.2.2](v2.2.1...v2.2.2) (2019-09-17)

### Bug Fixes

* don't swallow release command errors ([#131](#131)) ([8a09d32](8a09d32))
@dhis2-bot
Copy link
Contributor

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.

3 participants