You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass PatchVersionOverrides through auto-release pipeline path
The auto-release pipeline uses Generate-Patches-For-Automatic-Releases.ps1
→ generatepatch.ps1 → GeneratePatch. This path was not passing
PatchVersionOverrides, so sibling patch versions were invisible during
changelog generation, resulting in 'Upgraded core dependencies.' instead
of listing specific dependency changes.
Fix:
- generatepatch.ps1: accept -PatchVersionOverrides parameter
- Generate-Patches-For-Automatic-Releases.ps1: build override map from
YAML package list by querying Maven for each artifact's latest GA
version and computing the next patch version
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments