Add a tag to the commit where I added some text to the main body. Tag will be label pre-release code example
Example 1: create a tag from a commit/branch
git tag -a version.number -m "Tag Message"
git push origin <tagname>
Example 2: git create tag and push
git tag <tagname>