Skip to content

Commit 7b7acbe

Browse files
authored
chore: use guess-next-dev instead of release-branch-semver [3.2] (#12654)
- [x] This PR updates the `version_schema` in the `../pyproject.toml` file for the 3.2 release branch from `release-branch-semver` to `guess-next-dev`. This is to ensure that system tests work as intended with backports to this release branch. IMPORTANT: This PR needs to be merged before the first backport is created for 3.2.Otherwise, system tests will not work as expected.
1 parent ae00646 commit 7b7acbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Homepage = "https://github.com/DataDog/dd-trace-py"
7676
"Source Code" = "https://github.com/DataDog/dd-trace-py/"
7777

7878
[tool.setuptools_scm]
79-
version_scheme = "release-branch-semver" # Must be "release-branch-semver" for now in main, see https://github.com/DataDog/dd-trace-py/issues/8801
79+
version_scheme = "guess-next-dev" # Must be "release-branch-semver" for now in main, see https://github.com/DataDog/dd-trace-py/issues/8801
8080
write_to = "ddtrace/_version.py"
8181

8282
[tool.cython-lint]

0 commit comments

Comments
 (0)