Set the -a and the -m flags like so
-a
-m
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
Just finishing up brewing up some fresh ground comments...
Just finishing up brewing up some fresh ground comments...