1 post tagged release. Clear filter
Nov 2017 · 1 min read
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...