docs: add release gate usage to README
This commit is contained in:
14
README.md
14
README.md
@@ -68,6 +68,20 @@ dotnet run --project src/AxCommander
|
|||||||
dotnet publish src/AxCommander -c Release -r win-x64 --self-contained
|
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
|
||||||
|
```
|
||||||
|
|
||||||
### 데이터 경로
|
### 데이터 경로
|
||||||
|
|
||||||
| 용도 | 경로 |
|
| 용도 | 경로 |
|
||||||
|
|||||||
Reference in New Issue
Block a user