Skip to content

Commit feaa7ce

Browse files
committed
wiki: add releases page
1 parent 172aeb9 commit feaa7ce

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

wiki/Releases.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)