We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae39bff commit 675b97cCopy full SHA for 675b97c
.github/labels.yml
@@ -64,6 +64,20 @@
64
color: E1E4E8
65
description: Not planned to address
66
67
+# Releases (major, minor, patch)
68
+- name: release:major
69
+ color: F85149
70
+ description: Breaking changes requiring a MAJOR version bump
71
+- name: release:minor
72
+ color: 58A6FF
73
+ description: Backwards‑compatible enhancements requiring a MINOR version bump
74
+- name: release:patch
75
+ color: 3FB950
76
+ description: Backwards‑compatible bug fixes requiring a PATCH version bump
77
+- name: release:hotfix
78
+ color: D29922
79
+ description: Urgent correction to a released version outside the normal cadence
80
+
81
# Components (editor/theme surfaces)
82
- name: comp:block-editor
83
color: C5DEF5
0 commit comments