From 1353f7d9581ab6b7614cbbffac7d590ecf65b9bf Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Tue, 25 Jun 2024 13:51:07 -0400 Subject: [PATCH] chore: update release readme (#145) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d789f..f388236 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,11 @@ If you see any issues in documentation please create an issue or PR [here](https To release a new version of the CLI, follow the steps below: > Note: You need to have write permission to this repo to release new version -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: + ```bash + git checkout master + git pull origin master + ``` 2. In your local clone, create a new release tag using the following command: ```bash git tag v -m "Release v"