Created
December 4, 2021 12:27
-
-
Save wendreof/67f65574a26113f4779b3d1514a5e641 to your computer and use it in GitHub Desktop.
Creating new GitHub Tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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