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.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644
index 000000000..03dfebd23
--- /dev/null
+++ b/.github/release-drafter.yml
@@ -0,0 +1,27 @@
+name-template: '$RESOLVED_VERSION'
+tag-template: '$RESOLVED_VERSION'
+categories:
+ - title: 'Changes'
+ labels:
+ - 'change'
+ - 'enhancement'
+ - title: 'Fixes'
+ labels:
+ - 'fix'
+ - 'bugfix'
+ - 'bug'
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
+change-title-escapes: '\<*_&'
+version-resolver:
+ major:
+ labels:
+ - 'major'
+ minor:
+ labels:
+ - 'minor'
+ patch:
+ labels:
+ - 'patch'
+ default: patch
+template: |
+ $CHANGES \ No newline at end of file