diff --git a/README.md b/README.md index 1f30c9c..933b3a8 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,20 @@ dotnet run --project src/AxCommander dotnet publish src/AxCommander -c Release -r win-x64 --self-contained ``` +### 릴리즈 게이트 실행 + +릴리즈 전에는 아래 스크립트로 빌드/패리티/리플레이/전체 테스트를 일괄 검증합니다. + +```powershell +powershell -ExecutionPolicy Bypass -File .\scripts\release-gate.ps1 +``` + +빠른 점검만 필요할 때는 전체 테스트를 생략할 수 있습니다. + +```powershell +powershell -ExecutionPolicy Bypass -File .\scripts\release-gate.ps1 -SkipFullTest +``` + ### 데이터 경로 | 용도 | 경로 |