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.
2 parents 1352c56 + 2d2937b commit 1619db8Copy full SHA for 1619db8
.github/custom-config.yml
@@ -7,10 +7,18 @@ categories:
7
- title: 🐛 Bug Fixes
8
labels:
9
- bug
10
- - title: 🧹 Maintenance
+ - title: 🧹 Chores
11
12
- chore
13
change-template: "- ${{PR.title}} (#${{PR.number}}) by @${{PR.author}}"
14
no-changes-template: "- No changes in this release."
15
-sort-by: "merged_at"
16
-sort-direction: "descending"
+
+template: |
17
+ ## 🚀 New Features
18
+ $CHANGES_FOR_CATEGORY🚀 New Features$
19
20
+ ## 🐛 Bug Fixes
21
+ $CHANGES_FOR_CATEGORY🐛 Bug Fixes$
22
23
+ ## 🧹 Maintenance
24
+ $CHANGES_FOR_CATEGORY🧹 Maintenance$
.github/release-drafter.yml
0 commit comments