This commit is contained in:
Sahil Ahuja 2025-01-29 18:28:37 +05:30
parent e57c2867c7
commit 493139b012

View File

@ -11,5 +11,5 @@ git commit -m "<commit msg>"
git tag -a -m "<tag msg>" v1.0.1 git tag -a -m "<tag msg>" v1.0.1
git push --follow-tags git push --follow-tags
#Moving major version #Moving major version
git tag -fa v1
``` ```