Skip to content

Commit 56012e2

Browse files
committed
fix: release note generation label ordering
1 parent 786aad1 commit 56012e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ changelog:
33
- title: ⚠️ Breaking Changes
44
labels: [ breaking ]
55
- title: ⭐ General Updates
6-
labels: [ '*' ]
6+
labels: [ general ]
77
- title: 🐛 Bug Fixes
88
labels: [ fix ]
99
- title: 🔘 RG-L Updates
@@ -16,3 +16,5 @@ changelog:
1616
labels: [ dependencies ]
1717
- title: 🔧 Technical Changes
1818
labels: [ technical ]
19+
- title: 🔘 Other Changes
20+
labels: [ '*' ]

0 commit comments

Comments
 (0)