Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the Azure Developer CLI’s tracked version after a release and initializes the next changelog section to collect upcoming changes.
Changes:
- Increment
cli/version.txtfrom1.24.0-beta.1to1.24.0-beta.2. - Add a new
1.24.0-beta.2 (Unreleased)section to the CLI changelog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cli/version.txt | Updates the base CLI version for subsequent builds. |
| cli/azd/CHANGELOG.md | Adds a new top “Unreleased” entry for the next prerelease version. |
| ## 1.24.0-beta.2 (Unreleased) | ||
|
|
||
| ### Features Added | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
| ### Bugs Fixed | ||
|
|
||
| ### Other Changes | ||
|
|
There was a problem hiding this comment.
The changelog now has two consecutive versions marked "(Unreleased)" (1.24.0-beta.2 and 1.24.0-beta.1). Typically only the latest version should remain Unreleased; if 1.24.0-beta.1 has been released, update its heading to the release date (and keep its notes under it), otherwise don’t bump to beta.2 yet.
| ## 1.24.0-beta.2 (Unreleased) | |
| ### Features Added | |
| ### Breaking Changes | |
| ### Bugs Fixed | |
| ### Other Changes |
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