From d5fc89a9f471ba594d7e325c98bd3921cbc02360 Mon Sep 17 00:00:00 2001 From: phantinuss <79651203+phantinuss@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:03:12 +0200 Subject: [PATCH] chore: clarify latest release location in release message --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8ef9c1d8f62..da7582d4f265 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,8 @@ jobs: echo "" >> changelog.txt echo "### Which Sigma rule package should I use?" >> changelog.txt echo "A detailed explanation can be found in the [Releases.md](Releases.md) file. If you are new to Sigma, we recommend starting with the \"Core\" ruleset." >> changelog.txt + echo "" >> changelog.txt + echo "The [latest release package on GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases#linking-to-the-latest-release) can always be found [here](https://github.com/SigmaHQ/sigma/releases/latest)." >> changelog.txt cat changelog.txt - name: Build all release packages run: |