Skip to content

Commit e5b2148

Browse files
authored
Merge pull request #91 from effigies/chore/no-calver
chore: Disable calver for now, use guess-next-dev (default)
2 parents 7548a39 + 0c98cbe commit e5b2148

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ exclude = [
113113

114114
[tool.hatch.version]
115115
source = "vcs"
116-
raw-options = { version_scheme = "nipreps-calver" }
116+
## Uncomment to enable calver
117+
# raw-options = { version_scheme = "nipreps-calver" }
117118

118119
[tool.hatch.build.hooks.vcs]
119120
version-file = "petprep/_version.py"

0 commit comments

Comments
 (0)