Skip to content

Commit

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

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

- [x] Reviewed
  • Loading branch information
erikayasuda authored Dec 23, 2024
1 parent 315a48f commit 810dd69
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 @@ -74,7 +74,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 810dd69

Please sign in to comment.