summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-11-17 19:07:27 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-11-17 20:12:32 +0100
commitd9cb3433085ac2a43cd34b4232350f1578ce8201 (patch)
treee9268ffbf3cb85ac5b653ad4b573081cf7bc87a2 /.github
parentaf77e9ce80cb76bcfe6ae580dc7b268acf600101 (diff)
Add faq entry about 4-byte support
Co-authored-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-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