Update Versioning authored by Klaas Kliffen's avatar Klaas Kliffen
...@@ -30,7 +30,7 @@ git tag -a v1.0.2 -m "Patch release v1.0.2" ...@@ -30,7 +30,7 @@ git tag -a v1.0.2 -m "Patch release v1.0.2"
git push --tags # alternatively, use git push --all) git push --tags # alternatively, use git push --all)
``` ```
It's also possible to create a tag via the Gitlab GUI: It's also possible to create a tag via the Gitlab GUI under the side menu `code -> tags`:
![tag_list](uploads/7c57cf5ecc8c893e3279f88b27b31064/tag_list.png) ![tag_list](uploads/7c57cf5ecc8c893e3279f88b27b31064/tag_list.png)
... ...
......