Skip to content

v7.113.0-dev #634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

v7.113.0-dev #634

wants to merge 2 commits into from

Conversation

joeyzhao2018
Copy link
Contributor

@joeyzhao2018 joeyzhao2018 commented Jul 17, 2025

What does this PR do?

Tag current code with a devN version indicating developing for next release.

Motivation

This is needed for APM System testing.

Testing Guidelines

Additional Notes

PEP 440 normalization: The standard requires that development releases use the .devN format (where N is a number, defaulting to 0 if not specified)

Types of Changes

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog
  • This PR passes the integration tests (ask a Datadog member to run the tests)

@joeyzhao2018 joeyzhao2018 requested review from a team as code owners July 17, 2025 15:27
@joeyzhao2018 joeyzhao2018 requested a review from florentinl July 17, 2025 15:28
PEP 400 requires it to be devN
@joeyzhao2018 joeyzhao2018 force-pushed the release/v7.113.0-dev branch from be15f15 to e26ab24 Compare July 17, 2025 15:41
@duncanista
Copy link
Contributor

Not sure why we have to make this change on our repo.

If you asked me, the APM System Tests should take care of this by the step they're downloading the repo to build it (I suppose).

This brings two problems:

  1. Now, everytime we release, we'd have to raise another PR which removes the .devN from the version.
  2. After releasing a new version, we'd then have to raise yet another PR to add back this .devN

I propose we do this in the APM System Tests side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants