Skip to content

Commit 1353f7d

Browse files
chore: update release readme (#145)
1 parent 91bef2b commit 1353f7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ If you see any issues in documentation please create an issue or PR [here](https
123123
To release a new version of the CLI, follow the steps below:
124124
> Note: You need to have write permission to this repo to release new version
125125
126-
1. Make sure the release version is updated [here](https://github.com/Layr-Labs/eigenlayer-cli/blob/master/cmd/eigenlayer/main.go#L26)
126+
1. Checkout the master branch and pull the latest changes:
127+
```bash
128+
git checkout master
129+
git pull origin master
130+
```
127131
2. In your local clone, create a new release tag using the following command:
128132
```bash
129133
git tag v<version> -m "Release v<version>"

0 commit comments

Comments
 (0)