From a495bd73bc7ec4b90a1f0d7adb309edfe08f0aa5 Mon Sep 17 00:00:00 2001 From: jhartmann Date: Fri, 12 Jul 2024 15:34:17 +0200 Subject: [PATCH] test: test --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 032f0e983..3c5c7e4c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,7 +151,10 @@ jobs: title: "chore: updated docs and Helm chart for release" body: This PR prepares the docs and the Helm chart for IRS release ${{ inputs.irs-version }}. Please check whether everything was updated correctly. Once this PR is merged, you can draft a new release. - Releasenotes + Releasenotes + ``` + ${{ env.CHANGELOG }} + ```