Expand description
Dynamic versioning from git tags
Supports automatic version derivation from git tags, similar to
poetry-dynamic-versioning. Configuration via [tool.rx.versioning].
Structs§
- GitVersion
- Git version information
- Versioning
Config - Versioning configuration from
[tool.rx.versioning]
Functions§
- bump_
version - Bump a version string
- get_
git_ info - Get raw git version information
- get_
git_ version - Get version from git tags
- get_
version - Get the current version, either from git or pyproject.toml