Increment CLI version after release#7749
Conversation
There was a problem hiding this comment.
Pull request overview
Increments the Azure Developer CLI version after the 1.24.0 release, aligning the CLI version file and the azdext SDK’s mirrored version constant, and starts a new “Unreleased” section for the next prerelease cycle.
Changes:
- Bump
cli/version.txtfrom1.24.0to1.25.0-beta.1. - Update
cli/azd/pkg/azdext/version.goto mirror1.25.0-beta.1. - Add a new
1.25.0-beta.1 (Unreleased)section to the changelog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cli/version.txt | Updates the CLI’s authoritative version string to the next prerelease. |
| cli/azd/pkg/azdext/version.go | Keeps the azdext SDK Version constant in sync with the CLI version. |
| cli/azd/CHANGELOG.md | Introduces a new top “Unreleased” section for 1.25.0-beta.1. |
jongio
left a comment
There was a problem hiding this comment.
Version bump looks correct - 1.24.0 to 1.25.0-beta.1 is consistent across all three files.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
jongio
left a comment
There was a problem hiding this comment.
Version bump looks good - all three files are consistent at 1.25.0-beta.1. The cleanup commit removing the old beta section is clean.
|
Closing in favor of - #7804 |
Increment CLI version after release