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.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
deleted file mode 100644
index b983f6e58..000000000
--- a/.github/release-drafter.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-name-template: '$RESOLVED_VERSION'
-tag-template: '$RESOLVED_VERSION'
-categories:
- - title: 'Changed'
- labels:
- - 'change'
- - 'enhancement'
- - title: 'Fixed'
- labels:
- - 'fix'
- - 'bugfix'
- - 'bug'
- - title: 'Dependencies'
- labels:
- - 'dependencies'
-change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
-change-title-escapes: '\<*_&'
-version-resolver:
- major:
- labels:
- - 'major'
- minor:
- labels:
- - 'minor'
- patch:
- labels:
- - 'patch'
- default: patch
-template: |
- $CHANGES