You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This repository offers Docker configurations for effortlessly running the Opstac
8
8
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.
9
9
10
10
## 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.
12
12
```shell
13
13
git checkout <version tag>
14
14
```
15
15
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).
0 commit comments