Skip to content

Commit c7ce722

Browse files
committed
add calver labels
1 parent 5f72b1f commit c7ce722

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/labels-calver.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- color: FF5959
2+
description: Breaking changes which must be reviewed before being included in the monthly release.
3+
name: 'calver: breaking'
4+
- color: AB9EF7
5+
description: Changes which should be included in the monthly release.
6+
name: 'calver: monthly'
7+
- color: 9EC9F7
8+
description: Non-breaking changes which should be included in a patch release.
9+
name: 'calver: patch'

0 commit comments

Comments
 (0)