Skip to content

Commit 8285be7

Browse files
committed
Move remote push of branch from step 1 to step 5
1 parent ab8fbb1 commit 8285be7

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
@@ -10,7 +10,6 @@ In the following, we create a release candidate version `v1.13.14-0.2.0.rc.4`.
1010
git checkout -b release/v1.13.14-0.2.0.rc.4
1111
git push -u origin release/v1.13.14-0.2.0.rc.4
1212
git checkout -b myusername/release/v1.13.14-0.2.0.rc.4
13-
git push -u origin myusername/release/v1.13.14-0.2.0.rc.4
1413
```
1514

1615
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.
@@ -21,7 +20,7 @@ In the following, we create a release candidate version `v1.13.14-0.2.0.rc.4`.
2120
- If planning a release candidate: set `libEVMReleaseCandidate` to the correct number; in this case `4`
2221
- If needed: change the `LibEVMVersionMajor`, `LibEVMVersionMinor` and `LibEVMVersionPatch` numbers
2322
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`.
24-
1. Push your modified branch to the remote `git push`
23+
1. Push your modified branch to the remote `git push -u origin myusername/release/v1.13.14-0.2.0.rc.4`
2524
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 tile to "chore: release `v1.13.14-0.2.0.rc.4`"
2625
1. Wait for all the checks to pass on the pull request
2726
1. Fast forward merge your branch in the release branch:

0 commit comments

Comments
 (0)