From 04c24a9c84bfbb6ae6aff9af0fa83ace782f9bfa Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:00:49 -0700 Subject: [PATCH] Add alternative for creating labels (#2269) Signed-off-by: Sayali Gaikawad --- meta/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/README.md b/meta/README.md index 141d3e2169..769d510b6d 100644 --- a/meta/README.md +++ b/meta/README.md @@ -51,6 +51,12 @@ Install [ghi](https://github.com/stephencelis/ghi), e.g. `brew install ghi`. meta exec "ghi label 'v1.2.0' -c '#b94c47'" ``` +Alternate option if you are having issues with `ghi`: + +``` +meta exec "gh label create v2.2.0 -c '#537DB0'" +``` + When creating a version label for the ongoing release, always create the next version's label as well. ### Create a Release Issue