aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/release-drafter.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index a118d2ea..69c5dbd5 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -26,6 +26,19 @@ replacers:
replace: '**$1:** $2'
- search: '🎉'
replace: '**Core:**'
+ - search: '🐛'
+ replace: '**fix:**'
+ - search: '(Sourcery refactored)'
+ replace: ''
+ - search: '✨|🎨'
+ replace: '**feat:**'
+ - search: '⬆️'
+ replace: '**deps:**'
+ - search: '📝'
+ replace: '**docs:**'
+ - search: '(.*)\((.*)\):'
+ replace: '**$1($2):**'
+
footer: |
***