Make SDK Release Steps common (#6802)

Co-authored-by: Summer Warren <summerwarren@microsoft.com>
This commit is contained in:
Azure SDK Bot 2025-10-22 10:09:43 -07:00 committed by GitHub
parent 7a3f332491
commit a12d8163d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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.