Skip to content

Commit 0f812a0

Browse files
committed
fix: update .github/release.yml titles with emoji
1 parent 0fa3acd commit 0f812a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# .github/release.yml
22
changelog:
33
categories:
4-
- title: 🛠 Breaking Changes
4+
- title: 💥 Breaking Changes
55
labels:
66
- breaking-change
7-
- title: 🎉 New Features
7+
- title: New Features
88
labels:
99
- enhancement
10-
- title: 🛠 Bug Fixes
10+
- title: 🐛 Bug Fixes
1111
labels:
1212
- bug
13-
- title: 👒 Dependencies
13+
- title: 🔧 Dependencies
1414
labels:
1515
- dependencies
16-
- title: 🛠 Documentation
16+
- title: 📚 Documentation
1717
labels:
1818
- documentation
19-
- title: Other Changes
19+
- title: 🔨 Other Changes
2020
labels:
2121
- "*"

0 commit comments

Comments
 (0)