GitVersion seems like an easy way to track versioning and allows us to automatically set a version number in files, for example setup.py which is where pypi pulls version information from.
Some useful docs:
https://gitversion.net/docs/usage/cli/installation Installation instructions, main resource here is for mac using brew
https://www.river.red/install-gitversion-ubuntu-16-04/ installation for ubuntu. Our version of ubuntu is 20.04.4 LTS, but I would imagine setup is the same except for the GitVersion version being downloaded
https://gitversion.net/docs/reference/configuration config settings (and other useful documentation) once installed
If anyone has any thoughts/alternatives, ideas are welcome.
GitVersion seems like an easy way to track versioning and allows us to automatically set a version number in files, for example
setup.pywhich is where pypi pulls version information from.Some useful docs:
https://gitversion.net/docs/usage/cli/installation Installation instructions, main resource here is for mac using brew
https://www.river.red/install-gitversion-ubuntu-16-04/ installation for ubuntu. Our version of ubuntu is 20.04.4 LTS, but I would imagine setup is the same except for the GitVersion version being downloaded
https://gitversion.net/docs/reference/configuration config settings (and other useful documentation) once installed
If anyone has any thoughts/alternatives, ideas are welcome.