You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
travis-watch exists with a non-zero exit code if the CI fails. So if I don't misunderstand you, you can just do travis-watch && npx semantic-release to achieve this.
https://github.com/semantic-release/semantic-release
Uses your npmjs and GitHub tokens to make travis trigger
npm publish
for every*master
build. Requires some standards on commit messages though...-* every release that has
fix
andfeat
commits.The text was updated successfully, but these errors were encountered: