File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,13 @@ FRAMEWORKS_PATH="$APP_PATH/Contents/Frameworks"
77INFO=" $APP_PATH /Contents/Info.plist"
88
99[ -z " $CONVENTIONAL_GITHUB_RELEASER_TOKEN " ] && echo " Need to set Token" && exit 1;
10- cp package.json _package.json &&
11- bump=` conventional-recommended-bump -p angular` &&
12- echo ${1:- $bump } &&
13- npm --no-git-tag-version version ${1:- $bump } & > /dev/null &&
1410version=` cat package.json | json version` &&
1511perl -pi -e " s/#version#/$version /g" " $INFO " &&
1612zip --symlinks -r9 " medis.zip" " $APP_PATH " &&
1713conventional-changelog -i CHANGELOG.md -s -p angular &&
1814git add CHANGELOG.md &&
19- version=` cat package.json | json version` &&
2015git commit -m" docs(CHANGELOG): $version " &&
21- mv -f _package.json package.json &&
22- npm version ${1:- $bump } -m " chore(release): %s" &&
16+ npm version $version -m " chore(release): %s" &&
2317git push --follow-tags &&
2418node " bin/conventional-github-releaser" &&
2519TARGET=" medis-v$version -mac-x64.zip" &&
You can’t perform that action at this time.
0 commit comments