Written by Sean Behan on Wed Nov 29th 2017

Set the -a and the -m flags like so

git tag -a v1.0.0 -m "Note about the release goes here"

Then to push the tag to a repository

git push origin --tags

And that's it!

Here are the docs https://git-scm.com/book/en/v2/Git-Basics-Tagging


Tagged with..
#release #workflow #git #github #tagging

Just finishing up brewing up some fresh ground comments...