Skip to content

Commit

Permalink
fix(release): release shell
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Jul 27, 2017
1 parent 271dde8 commit 628e211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
git commit -m "chore: add changelog $VERSION"

# publish
git tag v$VERSION
git push origin refs/tags/v$VERSION
git push
if [[ -z $RELEASE_TAG ]]; then
Expand Down

0 comments on commit 628e211

Please sign in to comment.