We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2f6ee commit ba08515Copy full SHA for ba08515
2 files changed
.github/release-drafter.yml
@@ -4,6 +4,9 @@ categories:
4
- title: "⚠️ Breaks"
5
labels:
6
- "changelog/break"
7
+ - title: "🚧 Deprecation"
8
+ labels:
9
+ - "changelog/deprecation"
10
- title: "✨ Features"
11
12
- "changelog/feature"
.github/workflows/labels.yml
@@ -34,6 +34,7 @@ jobs:
34
run: |
35
REQUIRED_LABELS=(
36
"changelog/break"
37
+ "changelog/deprecation"
38
"changelog/feature"
39
"changelog/performance"
40
"changelog/fix"
0 commit comments