Skip to content

Commit 9e7593b

Browse files
authored
docs: update branch model in README (#1313)
**Motivation:** update branch model in README
1 parent 9e5c5d3 commit 9e7593b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The deployments on `mainnet`, `holesky`, and `sepolia` are on the below versions
2222

2323
## Branching
2424

25-
The main branches we use are:
26-
* [`dev (default)`](https://github.com/Layr-Labs/eigenlayer-contracts/tree/dev): The most up-to-date branch, containing the work-in-progress code for upcoming releases
27-
* [`testnet-holesky`](https://github.com/Layr-Labs/eigenlayer-contracts/tree/testnet-holesky): Our current testnet deployment
28-
* [`mainnet`](https://github.com/Layr-Labs/eigenlayer-contracts/tree/mainnet): Our current mainnet deloyment
25+
Branches we use:
26+
* `main`: The canonical, most up-to-date branch, containing the work-in-progress code for upcoming releases
27+
* `release-dev/xxx`: A development branch for a large feature to be released, the branch should eventually be deleted after merge to `main`
28+
* `Vx.y.z`: Release branch with version `x.y.z` that matches a release of EigenLayer, release branch is always cut from `main` via cherry-picking
2929

3030
## Documentation
3131

0 commit comments

Comments
 (0)