FAQ | This is a LIVE service | Changelog

Skip to content

Resolves "Fail build if a dry run publish fails"

Mike Bamford requested to merge 2-check-publish into master

Check that a component will publish on branch commits. Initially I was hoping that I could use npm publish --dry-run for this but unfortunately it wasn't clever enough to error if the version wasn't changed. In the end, I wrote a simple node script check_version_different.js to do this.

Closes #2 (closed)

Edited by Mike Bamford

Merge request reports