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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.6.13 (2026-05-18)
Features Added
Added optional --release-plan-id parameter to update-release-status CLI command. When provided, it is used as an additional filter on top of the package name search to select the correct release plan. Returns a message if the specified release plan ID is not found among matching plans.
azsdk_release_sdk now passes a release_<safeName>=true template parameter when triggering Java release pipelines so per-package selection works (azure-sdk-for-java#48465). Previously, manually queued Java releases failed fast because no package was selected. (#14832)
Removed the check requiring Java package names to include group name in groupName:packageName format when updating release status.
Other Changes
Set TriggerSource when running SDK generation so PRs open as ready for review.