Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit be872d9

Browse files
authored
Add config category to release drafter. (#35)
1 parent 26992c5 commit be872d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ categories:
99
- "fix"
1010
- "bugfix"
1111
- "bug"
12+
- title: "⚙️ Config"
13+
label: "config"
1214
- title: "🧰 Maintenance"
1315
label: "chore"
1416
- title: "🔧 Dependency updates"
15-
labels:
16-
- "dependencies"
17+
label: "dependencies"

0 commit comments

Comments
 (0)