File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
+ cache :
3
+ directories :
4
+ - node_modules
5
+ notifications :
6
+ email : false
2
7
node_js :
3
8
- ' 6'
4
9
- ' 5'
5
10
- ' 4'
6
- - ' 0.12'
7
- - ' 0.10'
8
- before_install :
9
- - ' npm install -g npm@latest'
11
+ script :
12
+ - npm test
13
+ after_success :
14
+ - npm run semantic-release
15
+ branches :
16
+ only :
17
+ - master
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " all-contributors-cli" ,
3
- "version" : " 3 .0.7 " ,
3
+ "version" : " 0 .0.0-semantically-released " ,
4
4
"description" : " Tool to easily add recognition for new contributors" ,
5
5
"bin" : {
6
6
"all-contributors" : " cli.js"
7
7
},
8
8
"scripts" : {
9
- "test" : " xo && nyc ava"
9
+ "test" : " xo && nyc ava" ,
10
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
10
11
},
11
12
"repository" : {
12
13
"type" : " git" ,
13
- "url" : " git+ https://github.com/jfmengels/all-contributors-cli.git"
14
+ "url" : " https://github.com/jfmengels/all-contributors-cli.git"
14
15
},
15
16
"keywords" : [
16
17
" all-contributors" ,
33
34
"ava" : " ^0.14.0" ,
34
35
"nock" : " ^8.0.0" ,
35
36
"nyc" : " ^6.4.2" ,
36
- "xo" : " ^0.15.0"
37
+ "xo" : " ^0.15.0" ,
38
+ "semantic-release" : " ^6.3.2"
37
39
},
38
40
"ava" : {
39
41
"files" : [
You can’t perform that action at this time.
0 commit comments