From a80c807994abdcb25dd7b0419985f56e4b15aa3a Mon Sep 17 00:00:00 2001 From: Juan Ospina <70209456+jeo02@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:50:21 -0800 Subject: [PATCH 1/2] instruction fix --- .../azsdk-tools/check-package-readiness.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md index bb4334dc586..b0e0f52102f 100644 --- a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md +++ b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md @@ -15,7 +15,7 @@ Check the release readiness of an SDK package by collecting the required informa - Go 2. **Execute Readiness Check**: - - Use the `azsdk_check_package_release_readiness` tool with the provided package name and selected language + - Use the `azsdk_release_sdk` tool with the provided package name, selected language, and set dryRun to true. - Do not check for existing pull requests to run this step. - Do not ask the user to create a release plan to run this step. From 3279adf922f502248db8519d53fde87e93dd1793 Mon Sep 17 00:00:00 2001 From: Juan Ospina <70209456+jeo02@users.noreply.github.com> Date: Thu, 4 Dec 2025 13:57:26 -0800 Subject: [PATCH 2/2] description + instructions --- .../azsdk-tools/check-package-readiness.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md index b0e0f52102f..486d59436be 100644 --- a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md +++ b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md @@ -15,7 +15,7 @@ Check the release readiness of an SDK package by collecting the required informa - Go 2. **Execute Readiness Check**: - - Use the `azsdk_release_sdk` tool with the provided package name, selected language, and set dryRun to true. + - Use the `azsdk_release_sdk` tool with the provided package name, selected language, and set checkReady to true. - Do not check for existing pull requests to run this step. - Do not ask the user to create a release plan to run this step.