-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Thanks for this amazing package!
I would like to always to version information regardless if the commit is tagged, there have been committed changes since the last tag, there is no tag, or even if there are uncommitted changes.
In particular, I would (something) like to use what is proposed in setuptools_scm as follows:
- no distance and clean:
{tag} - distance and clean:
{next_version}.dev{distance}+{scm letter}{revision hash} - no distance and not clean:
{tag}+dYYYYMMDD - distance and not clean:
The next version is calculated by adding 1 to the last numeric component of the tag.
{next_version}.dev{distance}+{scm letter}{revision hash}.dYYYYMMDD
How can I do that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels