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

add exclude-labels to release-drafter

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-02-02 12:53:27 +02:00
parent b5e7be7591
commit 16351267f8

View File

@ -1,3 +1,5 @@
exclude-labels:
- 'skip-changelog'
categories: categories:
- title: '🚀 Features' - title: '🚀 Features'
labels: labels:
@ -6,7 +8,10 @@ categories:
labels: labels:
- 'bug' - 'bug'
- title: '🧰 Maintenance' - title: '🧰 Maintenance'
label: 'chore' labels:
- 'chore'
- 'area/ci
- 'area/tests'
template: | template: |
## Changes since $PREVIOUS_TAG ## Changes since $PREVIOUS_TAG