Skip to content

Instantly share code, notes, and snippets.

@romanlab
Created October 16, 2017 16:05
Show Gist options
  • Save romanlab/6d914bd4a37e78b35dd92ddf4267b6e4 to your computer and use it in GitHub Desktop.
Save romanlab/6d914bd4a37e78b35dd92ddf4267b6e4 to your computer and use it in GitHub Desktop.
semantic-release-travis-build-stages
jobs:
include:
- stage: npm release
if: branch = master
node_js: "8"
script: npm run semantic-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment