From c10b948113c81c8e1f91f43ca53e747008c6092c Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Fri, 29 Sep 2023 12:04:12 +0200 Subject: [PATCH] new(ci): properly link libs and driver releases linked to a Falco release. Signed-off-by: Federico Di Pierro --- .github/release_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release_template.md b/.github/release_template.md index ab85e4de14f..e4dc3e43cb5 100644 --- a/.github/release_template.md +++ b/.github/release_template.md @@ -1,5 +1,5 @@ -![LIBS](https://img.shields.io/badge/LIBS-LIBSVER-yellow) -![DRIVER](https://img.shields.io/badge/DRIVER-DRIVERVER-yellow) +[![LIBS](https://img.shields.io/badge/LIBS-LIBSVER-yellow)](https://github.com/falcosecurity/libs/releases/tag/LIBSVER) +[![DRIVER](https://img.shields.io/badge/DRIVER-DRIVERVER-yellow)](https://github.com/falcosecurity/libs/releases/tag/DRIVERVER) | Packages | Download | | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |