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 172aeb9 commit feaa7ceCopy full SHA for feaa7ce
1 file changed
wiki/Releases.md
@@ -0,0 +1,24 @@
1
+# Releases
2
+
3
+Canonical release docs are in VERSIONING.md and docs/ci-cd/release-process.md.
4
5
+## Release flow
6
7
+```mermaid
8
+stateDiagram-v2
9
+ [*] --> Freeze
10
+ Freeze --> Verify
11
+ Verify --> Approval
12
+ Approval --> Tag: approved
13
+ Approval --> Rework: rejected
14
+ Rework --> Verify
15
+ Tag --> Publish
16
+ Publish --> Validate
17
+ Validate --> [*]
18
+```
19
20
+## Pages
21
22
+- VERSIONING.md
23
+- CHANGELOG.md
24
+- docs/ci-cd/release-process.md
0 commit comments