We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f921e commit b07b4b8Copy full SHA for b07b4b8
1 file changed
docs/ci-cd/release-process.md
@@ -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