Increment CLI version after release#8120
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the Azure Developer CLI version to the next post-release development prerelease (1.26.0-beta.1) and updates the corresponding SDK version constant and changelog placeholder.
Changes:
- Update
cli/version.txtto1.26.0-beta.1. - Update
cli/azd/pkg/azdext/version.goVersionconstant to match the CLI version. - Add a new top-of-file changelog placeholder section for
1.26.0-beta.1 (Unreleased).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
cli/version.txt |
Bumps CLI version to 1.26.0-beta.1. |
cli/azd/pkg/azdext/version.go |
Keeps azdext SDK Version constant in sync with CLI version. |
cli/azd/CHANGELOG.md |
Adds an Unreleased section for the next beta release. |
| ### Other Changes | ||
|
|
||
| ## 1.25.0-beta.1 (Unreleased) | ||
|
|
||
| ### Features Added |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Increment CLI version after release