can i create a tag for a commit in dev branch code example
Example: create a tag from a commit/branch
git tag -a version.number -m "Tag Message"
git push origin <tagname>
git tag -a version.number -m "Tag Message"
git push origin <tagname>