File tree 2 files changed +22
-3
lines changed
2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ cache :
3
+ directories :
4
+ - ~/.npm
5
+ notifications :
6
+ email : false
7
+ node_js :
8
+ - ' 8'
9
+ - ' 6'
10
+ - ' 4'
11
+ before_script :
12
+ - npm prune
13
+ after_success :
14
+ - npm run semantic-release
15
+ branches :
16
+ except :
17
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 7
7
"ipcam2mqtt" : " index.js"
8
8
},
9
9
"scripts" : {
10
- "test" : " standard && exit 0"
10
+ "test" : " standard && exit 0" ,
11
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
11
12
},
12
13
"repository" : {
13
14
"type" : " git" ,
14
- "url" : " git+ https://github.com/svrooij/ipcam2mqtt.git"
15
+ "url" : " https://github.com/svrooij/ipcam2mqtt.git"
15
16
},
16
17
"keywords" : [
17
18
" ip" ,
34
35
},
35
36
"devDependencies" : {
36
37
"pre-commit" : " ^1.2.2" ,
37
- "standard" : " ^10.0.3"
38
+ "standard" : " ^10.0.3" ,
39
+ "semantic-release" : " ^8.2.0"
38
40
},
39
41
"pre-commit" : [
40
42
" test"
You can’t perform that action at this time.
0 commit comments