Skip to content

Commit

Permalink
feat: add semantic-release label
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Aug 18, 2018
1 parent 0cf6f2f commit 25de8f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are many very good examples of GitHub Label strategies. Almost all of them
- `state` = describe decision; `approved`, `blocked`, `inactive` or `pending`
- `type` = describe type; `bug`, `chore`, `discussion`, `docs`, `feature`, `fix`, `security`, `testing`
- `work` = describe situation; `chaotic`, `complex`, `complicated` or `obvious`
- The only labels without prefixes are; `breaking`, `good first issue`, `greenkeeper`, `help` and `stale`
- The only labels without prefixes are; `breaking`, `good first issue`, `greenkeeper`, `help`, `stale` and `semantic-release`

The _GitHub Label presets_ are meant to be used with one of two packages:

Expand Down
4 changes: 4 additions & 0 deletions labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"name": "stale",
"color": "e6e6e6"
},
{
"name": "semantic-release",
"color": "e6e6e6"
},
{
"name": "state: approved",
"color": "91ca55",
Expand Down

0 comments on commit 25de8f6

Please sign in to comment.