Make SDK Release Steps common (#6802)
Co-authored-by: Summer Warren <summerwarren@microsoft.com>
This commit is contained in:
parent
7a3f332491
commit
a12d8163d7
19
eng/common/instructions/copilot/sdk-release.instructions.md
Normal file
19
eng/common/instructions/copilot/sdk-release.instructions.md
Normal file
@ -0,0 +1,19 @@
|
||||
# SDK release
|
||||
|
||||
There are two tools to help with SDK releases:
|
||||
- Check SDK release readiness
|
||||
- Release SDK
|
||||
|
||||
## Check SDK Release Readiness
|
||||
Run `CheckPackageReleaseReadiness` to verify if the package is ready for release. This tool checks:
|
||||
- API review status
|
||||
- Change log status
|
||||
- Package name approval(If package is new and releasing a preview version)
|
||||
- Release date is set in release tracker
|
||||
|
||||
## Release SDK
|
||||
Run `ReleasePackage` to release the package. This tool requires package name and language as inputs. It will:
|
||||
- Check if the package is ready for release
|
||||
- Identify the release pipeline
|
||||
- Trigger the release pipeline.
|
||||
User needs to approve the release stage in the pipeline after it is triggered.
|
||||
Loading…
Reference in New Issue
Block a user