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:
9
9
email : false
10
10
before_install :
11
11
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
12
+
12
13
after_success :
13
14
- ' if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then
14
15
npm run ci;
15
- npm run release -- --branch * ;
16
+ npm run release;
16
17
npm publish --access=public;
17
18
npm run log;
18
19
fi'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pretty-checkbox" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A pure css library to beautify checkbox and radio buttons." ,
5
5
"main" : " dist/pretty.min.css" ,
6
6
"scripts" : {
9
9
"format" : " gulp css:format" ,
10
10
"build" : " gulp build" ,
11
11
"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" ,
13
13
"log" : " conventional-github-releaser -p angular -r 0"
14
14
},
15
15
"dependencies" : {},
You can’t perform that action at this time.
0 commit comments