Skip to content

Commit

Permalink
Add alternative for creating labels (#2269)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Jun 27, 2022
1 parent f5abc5a commit 04c24a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04c24a9

Please sign in to comment.