File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+ cache :
3+ directories :
4+ - node_modules
5+ notifications :
6+ email : true
7+ node_js :
8+ - ' 8'
9+ before_script :
10+ - npm prune
11+ after_success :
12+ - npm run semantic-release
13+ branches :
14+ except :
15+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 11{
22 "name" : " make-empty-github-commit" ,
33 "description" : " Makes a new empty commit on GitHub using API" ,
4- "version" : " 1 .0.0" ,
4+ "version" : " 0 .0.0-development " ,
55 "author" :
" Gleb Bahmutov <[email protected] >" ,
66 "bugs" : " https://github.com/bahmutov/make-empty-github-commit/issues" ,
77 "config" : {
6161 "secure" : " nsp check" ,
6262 "size" : " t=\" $(npm pack .)\" ; wc -c \" ${t}\" ; tar tvf \" ${t}\" ; rm \" ${t}\" ;" ,
6363 "test" : " npm run unit" ,
64- "unit" : " mocha src/*-spec.js"
64+ "unit" : " mocha src/*-spec.js" ,
65+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
6566 },
6667 "release" : {
6768 "analyzeCommits" : " simple-commit-message"
7677 "nsp" : " 2.8.1" ,
7778 "pre-git" : " 3.15.3" ,
7879 "prettier-standard" : " 7.0.1" ,
79- "standard" : " 10.0.3"
80+ "standard" : " 10.0.3" ,
81+ "semantic-release" : " ^8.0.3"
8082 },
8183 "dependencies" : {
8284 "debug" : " 3.1.0" ,
You can’t perform that action at this time.
0 commit comments