From c4ad844450585bd371b86a03429023f68fa04d40 Mon Sep 17 00:00:00 2001 From: joooeoeee <161202724+joooeoeee@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:15:46 +0200 Subject: [PATCH] Update README.md Added the missing article "a" in the sentence: "Note: You need to have write permission to this repo to release a new version." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6882b9e..42df334 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ If you see any issues in documentation please create an issue or PR [here](https ## Release Process 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 +> Note: You need to have write permission to this repo to release a new version 1. Checkout the master branch and pull the latest changes: ```bash