From 36fbb4d1b83e600dc726f43e852085db7532a58c Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 2 Feb 2021 14:37:07 +0200 Subject: [PATCH] add dl links to release-drafter template Signed-off-by: Jari Kolehmainen --- .github/release-drafter.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d2de8528e0..0807f640ab 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,3 +17,11 @@ 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)