dev_template#

Version number template for Release is a git tag or Read some file content as current version versioning schemas.

Used if there are no untracked files, and current commit is not tagged.

Note

This option is completely ignored if Execute some callback function to get current version schema is used, because git commit history is not fetched in such a case.

Type#

str

Default value#

"{tag}.post{ccount}+git.{sha}"

Possible values#

Any string which produces PEP 440 compliant version number after substituting all necessary values.

See Template substitutions