Skip to content

Commit b07b4b8

Browse files
committed
release: add release process docs
1 parent 60f921e commit b07b4b8

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/ci-cd/release-process.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Release Process
2+
3+
AI-OS releases are public signals of methodology stability.
4+
5+
## Process
6+
7+
1. Freeze scope.
8+
2. Run full verification.
9+
3. Update changelog.
10+
4. Request human approval.
11+
5. Create SemVer tag.
12+
6. Generate release notes.
13+
7. Validate published links.
14+
15+
## Mermaid
16+
17+
```mermaid
18+
stateDiagram-v2
19+
[*] --> Freeze
20+
Freeze --> Verify
21+
Verify --> Approval
22+
Approval --> Tag: approved
23+
Approval --> Rework: rejected
24+
Rework --> Verify
25+
Tag --> Notes
26+
Notes --> Publish
27+
Publish --> Validate
28+
Validate --> [*]
29+
```

0 commit comments

Comments
 (0)