git создать новый тег
Create a new tag
git tag -a v1.4 -m "my version 1.4"
Push to your remote repo
git push origin --tags
Maxwell_ADN
Create a new tag
git tag -a v1.4 -m "my version 1.4"
Push to your remote repo
git push origin --tags
git tag -a v1.2
git push origin v1.2