Skip to content

Commit 675b97c

Browse files
authored
Add release labels for versioning
Added labels for release management including major, minor, patch, and hotfix. Signed-off-by: Ash Shaw <[email protected]>
1 parent ae39bff commit 675b97c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/labels.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,20 @@
6464
color: E1E4E8
6565
description: Not planned to address
6666

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+
6781
# Components (editor/theme surfaces)
6882
- name: comp:block-editor
6983
color: C5DEF5

0 commit comments

Comments
 (0)