File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
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+ - ' 9'
9+ - ' 8'
10+ after_success :
11+ - npm run semantic-release
12+ branches :
13+ except :
14+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 11{
22 "name" : " get-crowdin-file-ids" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 0 .0.0-development " ,
44 "description" : " Generate deep links to your content on Crowdin" ,
55 "main" : " index.js" ,
66 "repository" : " https://github.com/electron/get-crowdin-file-ids" ,
1414 "mocha" : " ^4.0.1" ,
1515 "nock" : " ^9.0.25" ,
1616 "standard" : " ^10.0.3" ,
17- "standard-markdown" : " ^4.0.2"
17+ "standard-markdown" : " ^4.0.2" ,
18+ "semantic-release" : " ^11.0.2"
1819 },
1920 "scripts" : {
20- "test" : " mocha && standard --fix && standard-markdown"
21+ "test" : " mocha && standard --fix && standard-markdown" ,
22+ "semantic-release" : " semantic-release"
2123 },
2224 "engines" : {
2325 "node" : " >=7"
2426 }
25- }
27+ }
You can’t perform that action at this time.
0 commit comments