File tree 3 files changed +4
-18
lines changed
3 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ script:
19
19
- npm install coveralls
20
20
- cat ./coverage/lcov.info | coveralls
21
21
- npm run test:e2e
22
- # - chmod u+x ./release.sh
23
- # - ./release.sh
22
+ # - git checkout dev
23
+ # - git rebase master
24
+ # - git push
24
25
25
26
before_deploy :
26
27
- 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:
48
49
branch : master
49
50
condition : ${TRAVIS_EVENT_TYPE} == push
50
51
# 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 1
1
{
2
2
"name" : " g8-vue-tree" ,
3
- "version" : " 0.0.20 " ,
3
+ "version" : " 0.0.21 " ,
4
4
"repository" : " git@github.com:eidng8/vue-tree.git" ,
5
5
"bugs" : " git@github.com:eidng8/vue-tree/issues" ,
6
6
"author" : " eidng8 <cheung.jackey@gmail.com>" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments