Skip to content

Commit 4713968

Browse files
authored
Create release_flow.md
1 parent 27fcef1 commit 4713968

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

release_flow.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release Flow
2+
This doc lists out the steps for preparing, cutting and rolling out a release of iotex-core.
3+
4+
## Prepare
5+
1. Cut release candidate, e.g., v1.2.1_rc1, v1.2.2_rc2
6+
2. Roll out the candidate to testnet and observe all chain metrics
7+
3. Put in necessary bug fixes, performance improvements
8+
4. If necessary repeat steps 1 - 3
9+
5. Once stablized, revise the tag by removing `rc*`, e.g., v1.2.1_rc5 becomes v1.2.1
10+
11+
## Rollout
12+
6. Notify the community
13+
7. Notify all delegates
14+
8. Notify all exchanges who run nodes

0 commit comments

Comments
 (0)