We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee6a50 commit 6bcbbecCopy full SHA for 6bcbbec
1 file changed
eng/common/instructions/copilot/sdk-release.instructions.md
@@ -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