Skip to content

Commit 07bde25

Browse files
authored
chore: use guess-next-dev instead of release-branch-semver [3.3] (#12789)
This PR updates the `version_schema` in the `../pyproject.toml` file for the 3.3 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.3.Otherwise, system tests will not work as expected.
1 parent 45bf7a7 commit 07bde25

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
@@ -77,7 +77,7 @@ Homepage = "https://github.com/DataDog/dd-trace-py"
7777
"Source Code" = "https://github.com/DataDog/dd-trace-py/"
7878

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

8383
[tool.cython-lint]

0 commit comments

Comments
 (0)