Skip to content

Commit

Permalink
Add tag after release
Browse files Browse the repository at this point in the history
  • Loading branch information
tankywoo committed Mar 4, 2015
1 parent 9bdb2a3 commit 6c91b71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ fi
# Post process
rm ${README_RST}
rm -rf build dist simiki.egg-info

# Add tag to HEAD
version=`python -m simiki.cli --version | awk {'printf $2'}`
git tag v${version}

0 comments on commit 6c91b71

Please sign in to comment.