1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

add release-drafter

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-02-01 19:57:20 +02:00
parent 1599ee4f6a
commit ec6c3f0f15
2 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,14 @@
categories:
- title: '🚀 Features'
labels:
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
template: |
## Changes since $PREVIOUS_TAG
$CHANGES

0
.github/workflows/release-drafter.yml vendored Normal file
View File