File tree 3 files changed +573
-32
lines changed
3 files changed +573
-32
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,10 @@ sudo: required
8
8
after_success :
9
9
- npm install -g codecov
10
10
- codecov
11
+
12
+ after_success :
13
+ - yarn semantic-release
14
+
15
+ branches :
16
+ except :
17
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 12
12
"test" : " eslint ./src; jest --coverage ./src" ,
13
13
"build" : " rm -rf lib && mkdir lib && babel src/inapp.js --out-file lib/inapp.js" ,
14
14
"demo" : " react-scripts start" ,
15
- "deploy" : " react-scripts build && gh-pages -d build"
15
+ "deploy" : " react-scripts build && gh-pages -d build" ,
16
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
16
17
},
17
18
"homepage" : " https://f2etw.github.io/detect-inapp" ,
18
19
"files" : [
41
42
"react-dom" : " 15.5.4" ,
42
43
"react-icons" : " ^2.2.5" ,
43
44
"react-scripts" : " 1.0.1" ,
44
- "primer-css" : " ^6.0.0"
45
+ "primer-css" : " ^6.0.0" ,
46
+ "semantic-release" : " ^6.3.6"
45
47
}
46
48
}
You can’t perform that action at this time.
0 commit comments