File tree Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 1- language : node_js
2- node_js :
3- - " 0.10"
4- - " 0.12"
5- - " 4"
6- branches :
7- only :
8- - master
9- script :
10- - npm test
1+ sudo : false
2+ language : node_js
3+ cache :
4+ directories :
5+ - node_modules
6+ notifications :
7+ email : false
8+ node_js :
9+ - ' 4'
10+ before_install :
11+ - npm i -g npm@^2.0.0
12+ before_script :
13+ - npm prune
14+ after_success :
15+ - npm run semantic-release
16+ branches :
17+ except :
18+ - " /^v\\ d+\\ .\\ d+\\ .\\ d+$/"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bahmutov/parse-github-repo-url" ,
33 "description" : " Parse a GitHub URL for user/project@version" ,
4- "version" : " 1.1.0 " ,
4+ "version" : " 0.0.0-semantic-release " ,
55 "author" : {
66 "name" : " Jonathan Ong" ,
771717 "url" : " https://github.com/bahmutov/obind.git"
1818 },
1919 "devDependencies" : {
20- "mocha" : " 1"
20+ "mocha" : " 2.3.4" ,
21+ "semantic-release" : " 4.3.5"
2122 },
2223 "main" : " index.js" ,
2324 "scripts" : {
24- "test" : " mocha --reporter spec --bail"
25+ "test" : " mocha --reporter spec --bail" ,
26+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
2527 }
2628}
You can’t perform that action at this time.
0 commit comments