chore(sonarr): bump

This commit is contained in:
Stavros kois
2023-12-31 19:29:04 +02:00
parent a3c451916d
commit d9283f4828
4 changed files with 8 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ patch_apps() {
touch "website/docs/charts/${train}/${chartname}/CHANGELOG.md"
fi
cp -rf "website/docs/charts/${train}/${chartname}/CHANGELOG.md" "${target}/CHANGELOG.md" 2>/dev/null || :
if [[ grep -q "for the complete changelog, please refer to the website" ${target}/CHANGELOG.md ]]; then
if [[ grep -q "for the complete changelog, please refer to the website" "${target}/CHANGELOG.md" ]]; then
echo "Adding changelog notice for: ${chartname}"
# Count the frontmatter lines
line_count=$(sed -n '/^---$/,/^---$/p' "${target}/CHANGELOG.md" | wc -l)