We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f72b1f commit c7ce722Copy full SHA for c7ce722
1 file changed
.github/labels-calver.yml
@@ -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