From 3dce0aee18cf0fc5f00cf75fc36e9913644cb4b6 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 2 Feb 2021 14:43:44 +0200 Subject: [PATCH] Add exclude-labels to release-drafter (#2061) * add exclude-labels to release-drafter Signed-off-by: Jari Kolehmainen * add dl links to release-drafter template Signed-off-by: Jari Kolehmainen --- .github/release-drafter.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 606bf962a6..0807f640ab 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,5 @@ +exclude-labels: + - 'skip-changelog' categories: - title: '🚀 Features' labels: @@ -6,9 +8,20 @@ categories: labels: - 'bug' - title: '🧰 Maintenance' - label: 'chore' + labels: + - 'chore' + - 'area/ci + - 'area/tests' template: | ## Changes since $PREVIOUS_TAG $CHANGES + + ### Download + + - [Lens v$RESOLVED_VERSION - Linux](https://snapcraft.io/kontena-lens) + - [AppImage](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-$RESOLVED_VERSION.AppImage) + - [Snapcraft](https://snapcraft.io/kontena-lens) + - [Lens v$RESOLVED_VERSION - MacOS](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-$RESOLVED_VERSION.dmg) + - [Lens v$RESOLVED_VERSION - Windows](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-Setup-$RESOLVED_VERSION.exe)