summaryrefslogtreecommitdiffstats
path: root/.github/release-drafter.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/release-drafter.yml')
-rw-r--r--.github/release-drafter.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644
index 0000000..b10c7b3
--- /dev/null
+++ b/.github/release-drafter.yml
@@ -0,0 +1,29 @@
+name-template: 'v$NEXT_PATCH_VERSION 🌈'
+tag-template: 'v$NEXT_PATCH_VERSION'
+prerelease: true
+exclude-labels:
+ - 'skip-changelog'
+categories:
+ - title: '🚀 Features'
+ labels:
+ - 'new-feature'
+ - 'feature'
+ - 'enhancement'
+ - title: '🐛 Bug fixes'
+ labels:
+ - 'fix'
+ - 'bugfix'
+ - 'bug'
+ - title: '📖 Docs'
+ labels:
+ - 'docs'
+ - title: '📦 Dependencies'
+ labels:
+ - 'dependencies'
+ - title: '🧰 Maintenance'
+ label: 'chore'
+change-template: '- #$NUMBER: $TITLE'
+template: |
+ ## Changes
+
+ $CHANGES