File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66notifications :
77 email : true
88node_js :
9- - ' 6 '
9+ - ' 8 '
1010before_install :
1111 -
git config --global user.email "[email protected] " 1212 - git config --global user.name "Test Tester"
Original file line number Diff line number Diff line change 6363 },
6464 "devDependencies" : {
6565 "git-issues" : " 1.3.1" ,
66- "github-post-release" : " 1.13.1" ,
6766 "grunt" : " 0.4.5" ,
6867 "grunt-cli" : " 0.1.13" ,
6968 "grunt-contrib-jshint" : " 1.1.0" ,
7372 "matchdep" : " 1.0.1" ,
7473 "mocha" : " 5.0.4" ,
7574 "next-update-travis" : " 1.7.1" ,
76- "semantic-release" : " 6.3.6"
75+ "semantic-release" : " ^15.0.3" ,
76+ "travis-deploy-once" : " ^4.4.0"
7777 },
7878 "engines" : {
7979 "node" : " > 0.8.*"
9898 "license" : " MIT" ,
9999 "main" : " src/pre-git.js" ,
100100 "release" : {
101- "analyzeCommits" : " simple-commit-message" ,
102- "generateNotes" : " github-post-release"
101+ "analyzeCommits" : " simple-commit-message"
103102 },
104103 "repository" : {
105104 "type" : " git" ,
115114 "issues" : " git-issues" ,
116115 "mocha" : " mocha --harmony src/*-spec.js" ,
117116 "postinstall" : " node src/install.js" ,
118- "semantic-release" : " semantic-release pre && npm publish && semantic-release post " ,
117+ "semantic-release" : " semantic-release" ,
119118 "size" : " t=\" $(npm pack .)\" ; wc -c \" ${t}\" ; tar tvf \" ${t}\" ; rm \" ${t}\" ;" ,
120119 "test" : " grunt" ,
121120 "test-allow-untracked-files" : " ./test/e2e-allow-untracked-files.sh" ,
122- "test-no-commit-on-test-fail" : " ./test/e2e-test-fails.sh"
121+ "test-no-commit-on-test-fail" : " ./test/e2e-test-fails.sh" ,
122+ "travis-deploy-once" : " travis-deploy-once"
123123 }
124124}
You can’t perform that action at this time.
0 commit comments