tiangolo / poetry-version-plugin

Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git tag names

nim65s opened this issue · comments

Hello,

In my current use cases, in don't have a 1.2.3 tag for the version 1.2.3, but a v1.2.3 one.

Maybe we could add a little configuration for this in the pyproject.toml file ?

I made a quick test and looks like this is already supported. Tried tagging the repository with v0.1.4 and got package with version 0.1.4.