Skip to main content

Git tag

# Crear nueva etiqueta
git tag -a v0.1 -m "first test version"

# Push etiqueta
git push origin v0.1