Add release drafter file

This commit is contained in:
Clémentine Urquizar
2021-03-09 16:43:14 +01:00
parent 2138f54954
commit 4aaa561147
2 changed files with 31 additions and 0 deletions

14
.github/release-draft-template.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
version-template: '0.21.0-alpha.$PATCH'
version-resolver:
default: patch
categories:
- title: 'Breaking changes ⚠️'
label: 'breaking-change'
template: |
## Changes
$CHANGES
no-changes-template: 'Changes are coming soon 😎'
sort-direction: 'ascending'