Changes
Page history
Update Versioning
authored
Jul 05, 2023
by
Klaas Kliffen
Show whitespace changes
Inline
Side-by-side
Versioning.md
View page @
8e06be0c
...
...
@@ -30,6 +30,14 @@ git tag -a v1.0.2 -m "Patch release v1.0.2"
git push
--tags
# alternatively, use git push --all)
```
It's also possible to create a tag via the Gitlab GUI:

Here it's also possible to create an annotated tag by adding a message:

### Python Package
In python we use
[
setuptool_scm
](
https://github.com/pypa/setuptools_scm/
)
.
It requires a git repository to function (can be empty!).
...
...
...
...