Regenerate 1.25.0 core azd release notes and bump version metadata#8115
Conversation
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/166bdaae-c572-47e8-be9a-4e6696c95e5d Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
|
@copilot — this PR is incomplete. A few issues: 1. Only one PR entry — You only included #8111 which was explicitly mentioned in the issue, but a proper changelog should capture all merged PRs since the last release tag ( 2. Missing version bumps — Core azd releases require updating 3 files, not just CHANGELOG.md:
3. Skill not invoked — This repo has a Please redo this using the
Question for skill maintainers: Should the skill triggers/description be updated to make it more likely the coding agent invokes it automatically when issues mention "changelog" or "release notes"? The current trigger phrases seem sufficient but the agent still chose to do a manual edit instead. |
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/edb5ab96-02c7-410f-ad9d-5a72435d4b42 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Fixed in commit 03b9f5f. I reran the changelog-generation workflow and regenerated 1.24.4 from PRs in the range since Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
There was a problem hiding this comment.
Pull request overview
Regenerates the core Azure Developer CLI (azd) 1.24.4 release notes and updates the CLI/SDK version metadata to match the intended release version.
Changes:
- Reworked the
## 1.24.4 (2026-05-08)section incli/azd/CHANGELOG.mdwith categorized entries. - Updated
cli/version.txtto1.24.4. - Updated
cli/azd/pkg/azdext/version.go(Versionconstant) to1.24.4.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| cli/version.txt | Sets the CLI version metadata to 1.24.4. |
| cli/azd/pkg/azdext/version.go | Aligns azdext SDK Version constant with cli/version.txt (1.24.4). |
| cli/azd/CHANGELOG.md | Updates/regenerates the 1.24.4 release notes section. |
wbreza
left a comment
There was a problem hiding this comment.
Code Review — PR #8115
🔴 Critical: Unmerged PR referenced in changelog
PR #8111 is listed in the 1.24.4 changelog under "Features Added," but it is still open and not merged. Release notes must only reference merged changes.
Action required: Either merge #8111 before this PR, or remove the #8111 entry from cli/azd/CHANGELOG.md.
✅ Everything else looks good
- All 12 other referenced PRs are confirmed merged after the 1.24.3 release (2026-05-01)
- Changelog descriptions accurately reflect the referenced PRs
- Version bumped correctly in both cli/version.txt and cli/azd/pkg/azdext/version.go
- Changelog format and section headers match existing convention
- No duplicate entries, PR links properly formatted
- cspell and copyright CI checks pass
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/8cae504f-901f-409e-8021-c34a050e4207 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Addressed in 03b9f5f and retained in 6055669: the
Done in 6055669: bumped release metadata to |
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.
All 12 referenced PRs verified merged. Version files (version.txt, version.go) and CHANGELOG heading are in sync at 1.25.0. wbreza's prior concern about the unmerged #8111 entry is resolved - it's been removed from the changelog.
One thing: the unreleased section at the top still says ## 1.25.0-beta.1 (Unreleased). Since 1.25.0 is now released, 1.25.0-beta.1 (a prerelease of 1.25.0) doesn't make sense as the next unreleased version. It should be bumped to 1.26.0-beta.1 or whatever the team picks for the next dev cycle. If this gets handled in a follow-up PR like #8024 did after 1.24.3, no action needed here, but it should happen before the next feature merges into main.
wbreza
left a comment
There was a problem hiding this comment.
Re-Review — PR #8115 ✅
Previous "Request Changes" issue is resolved — PR #8111 is no longer referenced in the changelog.
Verified:
- All 12 changelog entries reference merged PRs
- Version correctly bumped to 1.25.0 in cli/version.txt, cli/azd/pkg/azdext/version.go, and CHANGELOG.md
- No stale 1.24.4 references remain
- Changelog categories (Features Added, Bugs Fixed, Other Changes) are properly structured
LGTM — approving.
|
/check-enforcer override |
This PR regenerates the
1.25.0core azd release update to match the full set of applicable merged core changes sinceazure-dev-cli_1.24.3, and updates required version metadata files.Release section updated
## 1.25.0 (2026-05-08)incli/azd/CHANGELOG.mdto include categorized entries across Features Added, Bugs Fixed, and Other Changes for the merged core PRs in range.Required core version bumps added
cli/version.txtto1.25.0.cli/azd/pkg/azdext/version.go(Versionconstant) to1.25.0.Workflow alignment
> [!WARNING]
>
>