skunkforce / OmniView

This Repository contains the OmniView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Np/update release #141

Closed NP199 closed 3 weeks ago

NP199 commented 4 weeks 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.