From f6f81438f1b9d145d2141db1efddb0b0da288ec9 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 23 Apr 2021 16:18:37 +0300 Subject: [PATCH] Remove downloads from release drafter template (#2581) Signed-off-by: Jari Kolehmainen --- .github/release-drafter.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 02ae36727e..f7b3529b74 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -18,13 +18,3 @@ template: | ## Changes since $PREVIOUS_TAG $CHANGES - - ### Download - - - Lens v$RESOLVED_VERSION - Linux - - [AppImage](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-$RESOLVED_VERSION.x86_64.AppImage) - - [DEB](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-$RESOLVED_VERSION.amd64.deb) - - [RPM](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-$RESOLVED_VERSION.x86_64.rpm) - - [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)