Skip to content

Commit 6bcbbec

Browse files
azure-sdksmw-ms
andauthored
Make SDK Release Steps common (#43583)
Co-authored-by: Summer Warren <[email protected]>
1 parent 8ee6a50 commit 6bcbbec

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)