Skip to content

Commit 4a4dafc

Browse files
committed
Create release.md
1 parent 9bf4a83 commit 4a4dafc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/design/release.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release Process
2+
3+
## Pre-release checks
4+
5+
1. Ensure the CI has ran on main
6+
2. Run Azure SDK's tests
7+
8+
```
9+
git clone github.com/Azure/azure-sdk-for-go --single-branch --depth=1
10+
cd azure-sdk-for-go/sdk/azidentity
11+
go mod edit -replace=github.com/AzureAD/microsoft-authentication-library-for-go="TODO: disk path to MSAL repo"
12+
go mod tidy
13+
go test -v ./...
14+
```

0 commit comments

Comments
 (0)