From charlesreid1

To create a lightweight tag in a git repo:

$ git tag v0.1

If you want to add more information, you can create an annotated tag:

$ git tag -a v0.1 -m 'rainbow mind machine v0.1'