Skip to content

Commit a92048b

Browse files
authored
BUG: set up versioningit to see Github release tags
2 parents b686c2f + 27c4e13 commit a92048b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/{{ package_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
2424

2525
[tool.versioningit.vcs]
2626
method = "git-archive"
27-
describe-subst = "$Format:%(describe)$"
27+
describe-subst = "$Format:%(describe:tags)$"
2828
default-tag = "0.0.1"
2929

3030
[tool.versioningit.next-version]

0 commit comments

Comments
 (0)