File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
eng/common/instructions/copilot Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # SDK release
2+
3+ There are two tools to help with SDK releases:
4+ - Check SDK release readiness
5+ - Release SDK
6+
7+ ## Check SDK Release Readiness
8+ Run ` CheckPackageReleaseReadiness ` to verify if the package is ready for release. This tool checks:
9+ - API review status
10+ - Change log status
11+ - Package name approval(If package is new and releasing a preview version)
12+ - Release date is set in release tracker
13+
14+ ## Release SDK
15+ Run ` ReleasePackage ` to release the package. This tool requires package name and language as inputs. It will:
16+ - Check if the package is ready for release
17+ - Identify the release pipeline
18+ - Trigger the release pipeline.
19+ User needs to approve the release stage in the pipeline after it is triggered.
You can’t perform that action at this time.
0 commit comments