Skip to content

Commit 455b245

Browse files
authored
Added copilot instructions for sdk release (Azure#51258)
1 parent 2d1d40c commit 455b245

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/copilot-instructions.md

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)