From 26a91adbe755b6565f38699d44a07a57917e7974 Mon Sep 17 00:00:00 2001 From: lacvet Date: Fri, 3 Apr 2026 18:26:10 +0900 Subject: [PATCH] docs: add release gate usage to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +``` + ### 데이터 경로 | 용도 | 경로 |