Closed NP199 closed 7 months ago
It is possible now to set a tag with following workflow: git tag -a (set local tag) git push origin
Example: git tag -a v0.9.0 git push origin v0.9.0
Note the tag will be added to the commit hash from your current branch you are working in.
It is possible now to set a tag with following workflow: git tag -a (set local tag)
git push origin
Example: git tag -a v0.9.0 git push origin v0.9.0
Note the tag will be added to the commit hash from your current branch you are working in.