Increment CLI version after release#9163
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
This PR increments the Azure Developer CLI version to the next development prerelease after the 1.28.0 release, keeping the CLI and azdext SDK version constants in sync.
Changes:
- Bump
cli/version.txtfrom1.28.0to1.29.0-beta.1. - Update
cli/azd/pkg/azdext/version.goto mirror the same version string.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/version.txt | Advances the CLI version to 1.29.0-beta.1 for post-release development. |
| cli/azd/pkg/azdext/version.go | Keeps the azdext SDK Version constant aligned with cli/version.txt. |
jongio
left a comment
There was a problem hiding this comment.
Routine post-release version bump. cli/version.txt and cli/azd/pkg/azdext/version.go both move to 1.29.0-beta.1 in lockstep, consistent with the Update-CliVersion.ps1 convention. No issues.
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