File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " g8-vue-tree" ,
3- "version" : " 0.0.27 " ,
3+ "version" : " 0.0.26 " ,
44 "description" : " A Vue.js tree view component with stable DOM tree." ,
55 "repository" : " git@github.com:eidng8/vue-tree.git" ,
66 "bugs" : " git@github.com:eidng8/vue-tree/issues" ,
Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ bash.exe -lc github_changelog_generator || goto ERR
2222for /f " tokens=*" %%v in ('node scripts\make-release-note.js') do set VERSION = %%v
2323
2424git add . || goto ERR
25- git commit -m " Release %VERSION% [ci skip] " || goto ERR
25+ git commit -m " Release %VERSION% " || goto ERR
2626git push || goto ERR
2727git tag --sign -m " %date% " " Release-v%VERSION% "
2828git push --tags || goto ERR
2929
3030git checkout dev
3131git merge master
32- git commit -m " bring in %VERSION% [ci skip]"
3332git push
3433
3534
You can’t perform that action at this time.
0 commit comments