Merge pull request #687 from cloudskiff/delete-release-drafter-cfg

Remove release-drafter config file
main
Raphaël 2021-06-23 10:33:49 +02:00 committed by GitHub
commit c35389431f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'kind/enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'kind/bug'
- title: '📝 Documentation'
labels:
- 'kind/documentation'
- title: '🔨 Maintenance'
labels:
- 'kind/maintenance'
version-resolver:
major:
labels:
- 'next-version/major'
minor:
labels:
- 'next-version/minor'
patch:
labels:
- 'next-version/patch'
default: minor
template: |
$CHANGES