Skip to content

Instantly share code, notes, and snippets.

@wendreof
Created December 4, 2021 12:27
Show Gist options
  • Save wendreof/67f65574a26113f4779b3d1514a5e641 to your computer and use it in GitHub Desktop.
Save wendreof/67f65574a26113f4779b3d1514a5e641 to your computer and use it in GitHub Desktop.
Creating new GitHub Tag
# Create the new tag
git tag -a v1.0.2 -m "v1.0.2 version"
# Push the new tag
git push origin v1.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment