Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alternative for creating labels #2269

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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