Skip to content

Commit

Permalink
chore(*): add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
klieber committed Nov 19, 2020
1 parent 3c28a31 commit baec14d
Show file tree
Hide file tree
Showing 3 changed files with 5,366 additions and 71 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ script:
branches:
only:
- master
jobs:
include:
- stage: release
node_js: 13
script: skip
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
Loading

0 comments on commit baec14d

Please sign in to comment.