Skip to content

Commit 2a0aa1d

Browse files
qdm12ARR4N
andauthored
Simplify step 2 to be a single line
Co-authored-by: Arran Schlosberg <[email protected]> Signed-off-by: Quentin McGaw <[email protected]>
1 parent b0ca643 commit 2a0aa1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libevm/tooling/release/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ In the following, we create a release candidate tag `v1.13.14-0.2.0.rc.4`.
1414
```
1515

1616
The `myusername/release/v1.13.14-0.2.0.rc.4` branch will be used to add "release modifications" and will target the branch `release/v1.13.14-0.2.0.rc.4` in a pull request.
17-
1. Run script `./cherrypick.sh` which cherry picks all Geth commits listed in [cherrypicks](cherrypicks)
18-
- you may have to resolve conflicts
17+
1. Run the script `./cherrypick.sh` which cherry picks all Geth commits listed in [cherrypicks](cherrypicks). You may have to resolve conflicts.
1918
1. Modify [params/version.libevm.go](/params/version.libevm.go)
2019
- Change the `LibEVMVersion` to the correct final version name
2120
- Change the `LibEVMReleaseType` to the correct release type, for example `ReleaseCandidate`

0 commit comments

Comments
 (0)