Tagging
Find the current build number in the footer of the page for the desired version of the application:¶
In this case, the tag v0.5.0 is out-of-date, so we want to update this to v0.5.1. We first need to find the commit related to this build number (e.g.c1b3544).
You can view the commit log to view the history or you might need to browse through old commits on github to double check that it's correct.
Create tag release¶
Once you've determined that this is the correct commit and you're ready to create a new tag, run the following command:
Push tags to git remote repo¶
Then you can push this (and all other tags) to your repository to share:
Additional reading¶
See the following article for more informaton http://git-scm.com/book/en/Git-Basics-Tagging