File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ INFO="$APP_PATH/Contents/Info.plist"
88
99[ -z " $CONVENTIONAL_GITHUB_RELEASER_TOKEN " ] && echo " Need to set Token" && exit 1;
1010version=` cat package.json | json version` &&
11+ git commit -am " chore(release): %s" &&
1112perl -pi -e " s/#version#/$version /g" " $INFO " &&
1213zip --symlinks -r9 " medis.zip" " $APP_PATH " &&
1314conventional-changelog -i CHANGELOG.md -s -p angular &&
1415git add CHANGELOG.md &&
1516git commit -m" docs(CHANGELOG): $version " &&
16- npm version $version -m " chore(release): %s" &&
17+ git tag -a -m " chore(release): %s" $version &&
1718git push --follow-tags &&
1819node " bin/conventional-github-releaser" &&
1920TARGET=" medis-v$version -mac-x64.zip" &&
Original file line number Diff line number Diff line change 22 "name" : " medis" ,
33 "description" : " GUI for Redis" ,
44 "productName" : " Medis" ,
5- "version" : " 0.6.0 " ,
5+ "version" : " 0.6.1 " ,
66 "license" : " MIT" ,
77 "author" : " luin <i@zihua.li> (http://zihua.li)" ,
88 "main" : " server/main.js" ,
You can’t perform that action at this time.
0 commit comments