skunkforce / OmnAIView

This Repository contains the OmnAIView 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 7 months ago

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