Update deprecation_process.md with version_client.txt instructions#48426
Conversation
Add a step to update eng/versioning/version_client.txt when the release version differs from the current-version during package deprecation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Java package deprecation process documentation to include a missing step for updating eng/versioning/version_client.txt when the intended release version doesn’t match the current-version recorded there.
Changes:
- Document updating
eng/versioning/version_client.txt(current-version / third field) to the version being released, with an example diff.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the Java package deprecation process documentation to remind package owners to align eng/versioning/version_client.txt with the version being released when performing a deprecation final release.
Changes:
- Adds an explicit Step 1 checklist item to update
eng/versioning/version_client.txtwhen the intended release version differs from the trackedcurrent-version. - Includes a concrete diff-style example showing how to update the third field (
current-version).
You can also share your feedback on Copilot code review. Take the survey.
- Introduce repo-level section to distinguish from package-level files - Replace ambiguous 'update it' with explicit 'set the current-version' - Remove redundant phrasing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the Java package deprecation process documentation to include a repo-level versioning step, ensuring version_client.txt reflects the actual release version during a deprecation release.
Changes:
- Adds guidance to update
eng/versioning/version_client.txtwhencurrent-versiondiffers from the release version. - Includes a small
diffexample showing the expectedcurrent-versionupdate.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add a step to update
eng/versioning/version_client.txtwhen the release version differs from thecurrent-versionduring package deprecation.