This commit is contained in:
Sahil Ahuja 2025-01-29 20:42:28 +05:30
parent 505896c115
commit 8cf8d6cc4f

View File

@ -12,4 +12,5 @@ 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 git tag -fa v1
git push --tags -f
``` ```