Skip to content

Commit 310e4d3

Browse files
authored
Support jvm label in release drafts and use emojis for logos (#974)
1 parent ea5518e commit 310e4d3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/release-drafter.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name-template: '$RESOLVED_VERSION'
22
tag-template: '$RESOLVED_VERSION'
33
categories:
4-
- title: '![Logo](https://user-images.githubusercontent.com/98017/186845159-6091676e-3923-4be6-b38f-36ee4a4a6507.png) Android'
4+
- title: '🤖 Android'
55
label: 'android'
6-
- title: '![Logo](https://user-images.githubusercontent.com/98017/186844398-9e8a4bfc-b63d-48dc-b87c-d0d34645295b.png) Apple'
6+
- title: '🍎 Apple'
77
label: 'apple'
8-
- title: '![Logo](https://user-images.githubusercontent.com/98017/186845627-ad1c11bf-8727-4ff4-af14-d5ef214c8df2.png) JavaScript'
8+
- title: '🌐 JavaScript'
99
label: 'javascript'
10+
- title: '🖥️ JVM'
11+
label: 'jvm'
12+
1013
- title: '🧰 Maintenance'
1114
labels:
1215
- 'maintenance'

0 commit comments

Comments
 (0)