...
Release:
Remove tag (both remote and local)
Tag with annotated tag (include -a and -m <msg>)
Code Block |
---|
git push origin :refs/tags/v2.9.0-rc1 git tag --delete v2.9.0-rc1 git tag -fa v2.9.0 -m "Version 2.9.0" git push origin --tags |
...
...
Release:
Remove tag (both remote and local)
Tag with annotated tag (include -a and -m <msg>)
Code Block |
---|
git push origin :refs/tags/v2.9.0-rc1 git tag --delete v2.9.0-rc1 git tag -fa v2.9.0 -m "Version 2.9.0" git push origin --tags |
...