Tag
Set tag
git tag v1.1.2 # set tag in the local repository
git push origin v1.1.2 # push tag to the remote repository
git tag v1.1.2 # set tag in the local repository
git push origin v1.1.2 # push tag to the remote repository