Skip to content

Commit 25de8f6

Browse files
committed
feat: add semantic-release label
1 parent 0cf6f2f commit 25de8f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are many very good examples of GitHub Label strategies. Almost all of them
3535
- `state` = describe decision; `approved`, `blocked`, `inactive` or `pending`
3636
- `type` = describe type; `bug`, `chore`, `discussion`, `docs`, `feature`, `fix`, `security`, `testing`
3737
- `work` = describe situation; `chaotic`, `complex`, `complicated` or `obvious`
38-
- The only labels without prefixes are; `breaking`, `good first issue`, `greenkeeper`, `help` and `stale`
38+
- The only labels without prefixes are; `breaking`, `good first issue`, `greenkeeper`, `help`, `stale` and `semantic-release`
3939

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

labels.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
"name": "stale",
9393
"color": "e6e6e6"
9494
},
95+
{
96+
"name": "semantic-release",
97+
"color": "e6e6e6"
98+
},
9599
{
96100
"name": "state: approved",
97101
"color": "91ca55",

0 commit comments

Comments
 (0)