File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ notifications:
99 email : false
1010before_install :
1111 - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
12+
1213after_success :
1314 - ' if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then
1415 npm run ci;
15- npm run release -- --branch * ;
16+ npm run release;
1617 npm publish --access=public;
1718 npm run log;
1819 fi'
Original file line number Diff line number Diff line change 11{
22 "name" : " pretty-checkbox" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " A pure css library to beautify checkbox and radio buttons." ,
55 "main" : " dist/pretty.min.css" ,
66 "scripts" : {
99 "format" : " gulp css:format" ,
1010 "build" : " gulp build" ,
1111 "ci" : " npm run build && git add dist -f && git commit -m \" build(release): auto build [ci skip]\" " ,
12- "release" : " corp-semantic-release -- --branch master " ,
12+ "release" : " corp-semantic-release" ,
1313 "log" : " conventional-github-releaser -p angular -r 0"
1414 },
1515 "dependencies" : {},
You can’t perform that action at this time.
0 commit comments