Skip to content

Commit 9b700f7

Browse files
bgavrilMS4gust
authored andcommitted
Create release.md
1 parent b54495a commit 9b700f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/design/release.md

Lines changed: 14 additions & 0 deletions
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)