ofek / hatch-vcs

Hatch plugin for versioning with your preferred VCS
MIT License
109 stars 15 forks source link

Support `hatch version major/minor/patch` #41

Open elazarcoh opened 1 year ago

elazarcoh commented 1 year ago

When I'm trying to use:

hatch version minor

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?

RonnyPfannschmidt commented 1 year ago

Creating the tags is currently not implemented

Im working on the underpinning for it in setuptools_scm /vcs_versioning but it takes time