What names are valid git tags?
You can check if the name is valid with git check-ref-format This page contains the constraints on a valid name. Quoted from the page (possibly outdated in the future): They can include slash / for hierarchical (directory) grouping, but no slash-separated component can begin with a dot . or end with the sequence .lock. They … Read more