Skip to content

Commit

Permalink
Create release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed Nov 8, 2024
1 parent 9bf4a83 commit 4a4dafc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/design/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release Process

## Pre-release checks

1. Ensure the CI has ran on main
2. Run Azure SDK's tests

```
git clone github.com/Azure/azure-sdk-for-go --single-branch --depth=1
cd azure-sdk-for-go/sdk/azidentity
go mod edit -replace=github.com/AzureAD/microsoft-authentication-library-for-go="TODO: disk path to MSAL repo"
go mod tidy
go test -v ./...
```

0 comments on commit 4a4dafc

Please sign in to comment.