You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,4 @@ This repo contains Azure SDKs for various Azure services and tools that generate
23
23
24
24
## SDK release
25
25
26
-
There are two tools to help with SDK releases:
27
-
- Check SDK release readiness
28
-
- Release SDK
29
-
30
-
### Check SDK Release Readiness
31
-
Run `CheckPackageReleaseReadiness` to verify if the package is ready for release. This tool checks:
32
-
- API review status
33
-
- Change log status
34
-
- Package name approval(If package is new and releasing a preview version)
35
-
- Release date is set in release tracker
36
-
37
-
### Release SDK
38
-
Run `ReleasePackage` to release the package. This tool requires package name and language as inputs. It will:
39
-
- Check if the package is ready for release
40
-
- Identify the release pipeline
41
-
- Trigger the release pipeline.
42
-
User needs to approve the release stage in the pipeline after it is triggered.
26
+
For detailed workflow instructions, see [SDK Release](https://github.com/Azure/azure-sdk-for-net/tree/main/eng/common/instructions/copilot/sdk-release.instructions.md).
0 commit comments