Github

Créer un tag

Créer le tag

git tag v1.0

Voir la list des tag

git tag

Voir les informations d'une version

git show v1.0

Mettre le tag sur la broche master

git push origin v1.0

https://git-scm.com/book/en/v2/Git-Basics-Tagging