Skip to content

Commit 4c615f2

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

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

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

8585
[tool.cython-lint]

0 commit comments

Comments
 (0)