From 9a750178ebb8295971dc93ff0c47672cf29b4810 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 31 Dec 2023 19:47:46 +0200 Subject: [PATCH] chore(scripts): print title --- .github/workflows/charts-release.yaml | 1 + charts/stable/sonarr/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 0d13c15010c..0993856e74e 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -269,6 +269,7 @@ jobs: echo "The title is: ${title}" # Create a markdown link using the file name and title link="[**${title}**](./${filename})" + echo "The link is: ${link}" if [ ${filename} != "index.md" ]; then # Append the link to the index.md file echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 11f0f4dc0c5..47d1c2c1783 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sonarr -version: 19.0.9 +version: 19.0.10 appVersion: 4.0.0.741 description: Smart PVR for newsgroup and bittorrent users home: https://truecharts.org/charts/stable/sonarr