Skip to content

Commit

Permalink
build(semantic-release): Re-run semantic-release initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Oct 19, 2018
1 parent 60d4299 commit 91240d4
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 64 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: node_js
cache: yarn
notifications:
Expand All @@ -11,7 +10,7 @@ script:
- yarn run cover
- codecov
after_success:
- yarn run semantic-release
- yarn run travis-deploy-once "yarn run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint-docs": "documentation lint index.js",
"pretest": "yarn",
"semantic-release": "semantic-release",
"test": "yarn run lint && yarn run lint-docs && yarn run jest"
"test": "yarn run lint && yarn run lint-docs && yarn run jest",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
Expand All @@ -32,6 +33,8 @@
"devDependencies": {
"documentation": "^8.1.2",
"mastarm": "^4.4.0",
"semantic-release": "^15.9.17"
}
"semantic-release": "^15.10.3",
"travis-deploy-once": "^5.0.9"
},
"version": "0.0.0-development"
}
Loading

0 comments on commit 91240d4

Please sign in to comment.