We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf4a83 commit 4a4dafcCopy full SHA for 4a4dafc
apps/design/release.md
@@ -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