File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -284,20 +284,4 @@ This library is failing two release blocking checks - Mypy and Tests - CI. The l
284284
285285## SDK release
286286
287- There are two tools to help with SDK releases:
288- - Check SDK release readiness
289- - Release SDK
290-
291- ### Check SDK Release Readiness
292- Run ` CheckPackageReleaseReadiness ` to verify if the package is ready for release. This tool checks:
293- - API review status
294- - Change log status
295- - Package name approval(If package is new and releasing a preview version)
296- - Release date is set in release tracker
297-
298- ### Release SDK
299- Run ` ReleasePackage ` to release the package. This tool requires package name and language as inputs. It will:
300- - Check if the package is ready for release
301- - Identify the release pipeline
302- - Trigger the release pipeline.
303- User needs to approve the release stage in the pipeline after it is triggered.
287+ For detailed workflow instructions, see [ SDK Release] ( ../eng/common/instructions/copilot/sdk-release.instructions.md ) .
You can’t perform that action at this time.
0 commit comments