File tree Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ script:
1919 - npm install coveralls
2020 - cat ./coverage/lcov.info | coveralls
2121 - npm run test:e2e
22- # - chmod u+x ./release.sh
23- # - ./release.sh
22+ # - git checkout dev
23+ # - git rebase master
24+ # - git push
2425
2526before_deploy :
2627 - export TRAVIS_TAG=${TRAVIS_TAG:-$(node -p "require('./package.json').version")-$(date +'%Y.%m.%d')-$(git log --format=%h -1)}
@@ -48,7 +49,3 @@ deploy:
4849 branch : master
4950 condition : ${TRAVIS_EVENT_TYPE} == push
5051 # tags: true
51- after_deploy :
52- # I want to make sure the dev is at the tip of every release.
53- # Just save me some key stroke to manually do it, or I may forget to do.
54- - " git checkout -b origin/dev && git rebase master && git push"
Original file line number Diff line number Diff line change 11{
22 "name" : " g8-vue-tree" ,
3- "version" : " 0.0.20 " ,
3+ "version" : " 0.0.21 " ,
44 "repository" : " git@github.com:eidng8/vue-tree.git" ,
55 "bugs" : " git@github.com:eidng8/vue-tree/issues" ,
66 "author" : " eidng8 <cheung.jackey@gmail.com>" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments