Skip to content

Commit

Permalink
chore: use guess-next-dev instead of release-branch-semver [2.18] (#1…
Browse files Browse the repository at this point in the history
…1723)

This PR updates the `version_schema` in the `../pyproject.toml` file for
the 2.18 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 2.18.Otherwise, system tests will not work as expected.

- [x] Reviewer check
  • Loading branch information
erikayasuda authored Dec 16, 2024
1 parent ac24ade commit 75e962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Homepage = "https://github.com/DataDog/dd-trace-py"
"Source Code" = "https://github.com/DataDog/dd-trace-py/"

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

[tool.cython-lint]
Expand Down

0 comments on commit 75e962b

Please sign in to comment.