We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bef2b commit 1353f7dCopy full SHA for 1353f7d
README.md
@@ -123,7 +123,11 @@ If you see any issues in documentation please create an issue or PR [here](https
123
To release a new version of the CLI, follow the steps below:
124
> Note: You need to have write permission to this repo to release new version
125
126
-1. Make sure the release version is updated [here](https://github.com/Layr-Labs/eigenlayer-cli/blob/master/cmd/eigenlayer/main.go#L26)
+1. Checkout the master branch and pull the latest changes:
127
+ ```bash
128
+ git checkout master
129
+ git pull origin master
130
+ ```
131
2. In your local clone, create a new release tag using the following command:
132
```bash
133
git tag v<version> -m "Release v<version>"
0 commit comments