Open elazarcoh opened 1 year ago
When I'm trying to use:
hatch version minor
for example, it raises NotImplementedError.
NotImplementedError
I guess the plugin only reading the latest git tag and act by it when building?
What about auto-incrementation? Is that a missing feature, or I something I just missed in the docs?
Creating the tags is currently not implemented
Im working on the underpinning for it in setuptools_scm /vcs_versioning but it takes time
When I'm trying to use:
for example, it raises
NotImplementedError
.I guess the plugin only reading the latest git tag and act by it when building?
What about auto-incrementation? Is that a missing feature, or I something I just missed in the docs?