-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add release conventions document and refactor CI to run node r…
…elease separately (#433)
- Loading branch information
1 parent
8c4c564
commit 8b2438b
Showing
2 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release Tag and Title Structure | ||
|
||
This table outlines the naming conventions for Node and Runtimes releases, including both the tag format and suggested title format. | ||
|
||
| **Release Type** | **Tag Format** | **Example Tag** | **Title Format** | **Example Title** | | ||
|-----------------------------|---------------------|---------------------|----------------------------|----------------------------| | ||
| Node | `node-x.y.z` | `node-0.1.0` | `Node v<x.y.z>` | Node v0.1.0 | | ||
| Devnet - Runtime | `devnet-x.y.z` | `devnet-0.1.0` | `Devnet Runtime v<x.y.z>` | **Devnet Runtime v0.1.0** | | ||
| Testnet - Runtime | `testnet-x.y.z` | `testnet-0.2.0` | `Testnet Runtime v<x.y.z>` | **Testnet Runtime v0.2.0** | | ||
| Mainnet - Runtime | `mainnet-x.y.z` | `mainnet-1.0.0` | `Mainnet Runtime v<x.y.z>` | **Mainnet Runtime v1.0.0** | |