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 62dd348 commit 480bb29Copy full SHA for 480bb29
.travis.yml
@@ -11,3 +11,5 @@ sudo: false
11
script:
12
- npm run test
13
- npm run lint
14
+after_success:
15
+ - semantic-release pre && npm publish && semantic-release post
package.json
@@ -42,7 +42,8 @@
42
"react": "^15.4.0-rc.4",
43
"react-addons-shallow-compare": "^15.4.0-rc.4",
44
"react-addons-test-utils": "^15.4.0-rc.4",
45
- "react-dom": "^15.4.0-rc.4"
+ "react-dom": "^15.4.0-rc.4",
46
+ "semantic-release": "^6.3.2"
47
},
48
"scripts": {
49
"lint": "eslint ./src ./tests",
0 commit comments