Skip to content

Fix version number increments after releases - #7425

Merged
Anton Kolesnyk (antkmsft) merged 1 commit into
Azure:mainfrom
antkmsft:fix-versions
Sep 18, 2026
Merged

Anton Kolesnyk (antkmsft) merged 1 commit into
Azure:mainfrom
antkmsft:fix-versions

Conversation

@antkmsft

@antkmsft Anton Kolesnyk (antkmsft) commented Sep 18, 2026

Copy link
Copy Markdown
Member

To avoid problems in versioning (see linked PRs), do the following:

  1. Before you release, if you depend on a newer version of a library, update vcpkg/vcpkg.json.

  2. When you do the release, in the release pipeline, only approve the packages that you are releasing. I.e. if you're only releasing azure-core-amqp-cpp, do NOT approve azure-core-cpp and azure-core-opemtelemetry-cpp. You can deny them right away to avoid any misclicks.

  3. After the release release automation creates a PR, called "Increment version for ... releases" (see linked PRs below). Approve and merge it right after the release (after release tag has been created, to be exact - https://github.com/Azure/azure-sdk-for-cpp/tags).

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
7 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The package versions, changelogs, and dependency minimums are consistent.

Pull request overview

Advances post-release package versions and aligns checkpoint-store dependencies with released versions.

Changes:

  • Increment Event Hubs, checkpoint store, and AMQP prerelease versions.
  • Add matching unreleased changelog sections.
  • Raise checkpoint-store dependency minimums.
File summaries
File Description
sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp Advances Event Hubs to beta.16.
sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md Adds the beta.16 unreleased section.
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/vcpkg.json Updates dependency minimum versions.
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/private/package_version.hpp Advances checkpoint store to beta.5.
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md Adds the beta.5 unreleased section.
sdk/core/azure-core-amqp/src/private/package_version.hpp Advances AMQP core to beta.14.
sdk/core/azure-core-amqp/CHANGELOG.md Adds the beta.14 unreleased section.
Review details
  • Files reviewed: 7/7 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
7 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@antkmsft
Anton Kolesnyk (antkmsft) merged commit a565531 into Azure:main Sep 18, 2026
137 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants