Skip to content

Commit

Permalink
fix(build): set up semrel
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Aug 12, 2020
1 parent 24a0dd8 commit 2fd7b8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"debug": true,
"branch": "master",
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
Expand Down
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ after_success:
- npm run report-coverage

# To enable semantic-release, uncomment this section.
# deploy:
# - provider: script
# skip_cleanup: true
# script: npx semantic-release
# on:
# node: 12
# branch: master
deploy:
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
node: 12
branch: master

0 comments on commit 2fd7b8a

Please sign in to comment.