Create and push git tags

Posted
git

Create a new git tag
git tag v1.0.1
View tags
git tag --list
Push new tag to GitHub
git push --tags