We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4effb3c commit 08f93ffCopy full SHA for 08f93ff
.travis.yml
@@ -20,9 +20,7 @@ jobs:
20
- stage: release
21
node_js: 8
22
os: linux
23
- after_success:
24
- - yarn add -D [email protected]
25
- - yarn semantic-release
+ after_success: yarn semantic-release
26
cache:
27
yarn: true
28
branches:
package.json
@@ -29,7 +29,8 @@
29
"husky": "^0.14.3",
30
"jest": "^22.0.4",
31
"lint-staged": "^6.0.0",
32
- "prettier": "^1.8.1"
+ "prettier": "^1.8.1",
33
+ "semantic-release": "^11.0.2"
34
},
35
"prettier": {
36
"singleQuote": true,
0 commit comments