Update skills/sdlc/SKILL.md

This commit is contained in:
2026-05-27 03:04:25 +00:00
parent 643d9e8956
commit a0ae03e959
+1 -1
View File
@@ -23,7 +23,7 @@ Three long-lived branches map to the three deployment environments:
| Branch | Environment | Who merges | Prerequisites for merge | | Branch | Environment | Who merges | Prerequisites for merge |
|--------|-------------|-----------|-----------| |--------|-------------|-----------|-----------|
| `dev` | Dev | Engineer | CI passes) | | `dev` | Dev | Engineer | CI passes |
| `uat` | UAT | Engineer | QA code review approval | | `uat` | UAT | Engineer | QA code review approval |
| `main` | Production | Engineer | UAT validation & CTO code review | | `main` | Production | Engineer | UAT validation & CTO code review |