Skip to content

Commit

Permalink
fix(semantic-release): call semantic-release from package, all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Andrade committed Jun 7, 2020
1 parent 6a4d235 commit 19339ac
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
branches:
only:
- master
- /^v\d+\.\d+\.\d+$/
language: node_js
jobs:
include:
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npm run semantic-release
on:
all_branches: true
node_js:
- node

0 comments on commit 19339ac

Please sign in to comment.