File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 8
8
"test" : " mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul" ,
9
9
"posttest" : " istanbul report text-summary lcov" ,
10
10
"coveralls" : " coveralls < coverage/lcov.info" ,
11
- "codeclimate" : " codeclimate-test-reporter < coverage/lcov.info"
11
+ "codeclimate" : " codeclimate-test-reporter < coverage/lcov.info" ,
12
+ "release:major" : " changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish" ,
13
+ "release:minor" : " changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish" ,
14
+ "release:patch" : " changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
12
15
},
13
16
"engines" : {
14
17
"node" : " >=4"
42
45
"coffee-script" : " ^1.10.0" ,
43
46
"coffeelint" : " ^1.15.7" ,
44
47
"coveralls" : " ^2.11.9" ,
48
+ "generate-changelog" : " ^1.0.2" ,
45
49
"hubot-test-helper" : " ^1.4.4" ,
46
50
"istanbul" : " ^0.4.3" ,
47
51
"mocha" : " ^2.5.3" ,
You can’t perform that action at this time.
0 commit comments