We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b23af commit 1c39fb0Copy full SHA for 1c39fb0
.github/pr-labeler.yml
@@ -8,3 +8,5 @@
8
- "/^fix/"
9
"release: document":
10
- "/^docs/"
11
+"release: refactor":
12
+ - "/^refactor/"
.github/release.yml
@@ -14,12 +14,15 @@ changelog:
14
- title: Performance Improvements ⚡
15
labels:
16
- "release: performance"
17
- - title: Exciting New Features 🎉
+ - title: New Features 🎉
18
19
- "release: feature"
20
- title: Bug Fixes 🐞
21
22
- "release: bug fix"
23
+ - title: Refactor 🔨
24
+ labels:
25
+ - "release: refactor"
26
- title: Document Updates 📖
27
28
- "release: document"
0 commit comments