Skip to content

Commit b8fab4b

Browse files
committed
Mod About Versions section
1 parent 3e78fb1 commit b8fab4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This repository offers Docker configurations for effortlessly running the Opstac
88
Please follow the steps below to get your Verse up and running. If you encounter any issues while building, please refer to the [QA](#frequently-asked-questions) section.
99

1010
## About Versions
11-
This repository is frequently updated, so it is recommended to pin to a specific version.
11+
This repository follows semantic versioning with the major version fixed at `v1`(representing Verse V1). Minor version updates correspond to OPStack protocol upgrades(hardforks). Patch version updates are releases focused on bug fixes and parameter changes. It is strongly recommended to pin to a specific version after git cloning, as tracking the main branch would result in automatic application of upgrades.
1212
```shell
1313
git checkout <version tag>
1414
```
1515

16-
Each version tag corresponds to an [OPStack upgrades](https://docs.optimism.io/operators/node-operators/network-upgrades). (Minor changes are released as patch versions).
17-
| Version Tag | Upgrade Name |
16+
Version tags to OPStack upgrades mapping:
17+
| Tag | Upgrade |
1818
| --- | --- |
1919
| v1.0.0 ~ | Bedrock (Includes [Regolith](https://specs.optimism.io/protocol/regolith/overview.html)) |
2020
| v1.1.0 ~ | [Canyon](https://specs.optimism.io/protocol/canyon/overview.html) |

0 commit comments

Comments
 (0)