Skip to content

Commit f28b610

Browse files
committed
Move LibEVMVersion setting as last bullet point
1 parent de4b8b2 commit f28b610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libevm/tooling/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ In the following, we create a release candidate version `v1.13.14-0.2.0.rc.4`.
1515
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.
1616
1. Run the script `./cherrypick.sh` which cherry picks all Geth commits listed in [cherrypicks](cherrypicks). You may have to resolve conflicts.
1717
1. Modify [params/version.libevm.go](/params/version.libevm.go)
18-
- Change the `LibEVMVersion` to the correct final version string (`version.libevm_test.go` will ensure that this is correctly formatted)
1918
- Change the `LibEVMReleaseType` to the correct release type, for example `ReleaseCandidate`
2019
- If planning a release candidate: set `libEVMReleaseCandidate` to the correct number; in this case `4`
2120
- If needed: change the `LibEVMVersionMajor`, `LibEVMVersionMinor` and `LibEVMVersionPatch` numbers
21+
- Change the `LibEVMVersion` to the correct final version string (`version.libevm_test.go` will ensure that this is correctly formatted)
2222
1. Commit your modifications to [params/version.libevm.go](/params/version.libevm.go) with a commit title `chore: release v1.13.14-0.2.0.rc.4`.
2323
1. Push your modified branch to the remote `git push -u origin myusername/release/v1.13.14-0.2.0.rc.4`
2424
1. Open a pull request from your modified branch `myusername/release/v1.13.14-0.2.0.rc.4` and targeting `release/v1.13.14-0.2.0.rc.4`, for example with `https://github.com/ava-labs/libevm/compare/release/v1.13.14-0.2.0.rc.4...myusername/release/v1.13.14-0.2.0.rc.4?expand=1`. Set the title to "chore: release `v1.13.14-0.2.0.rc.4`"

0 commit comments

Comments
 (0)