Skip to content

Commit 57c558a

Browse files
allow setuptools_scm to describe .dev tags off of release branches (#9823)
1 parent 236e84e commit 57c558a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ omit = [
264264

265265
[tool.setuptools_scm]
266266
write_to = "jwst/_version.py"
267+
version_scheme = "release-branch-semver"
267268

268269
[tool.numpydoc_validation]
269270
checks = [

0 commit comments

Comments
 (0)