Skip to content

Commit

Permalink
@@through Added pushing tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
andkirby committed Dec 26, 2016
1 parent 237da58 commit 6bcf8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shell/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ if [[ "${target_version}" =~ (alpha|beta) ]] && [[ $(git rev-parse --abbrev-ref
git pull && git checkout master\
&& git pull && git merge develop \
&& git tag 'v'${target_version} ${force_opt} \
&& git push origin 'v'${target_version} ${force_opt} \
&& git checkout develop \
&& bash ${__file} 2.0.x-dev
fi
Expand Down

0 comments on commit 6bcf8a4

Please sign in to comment.