chore(scripts): fix more
This commit is contained in:
parent
5384582590
commit
a2b992dcad
|
@ -104,8 +104,8 @@ patch_apps() {
|
|||
# Increase the line count by 1
|
||||
line_count=$((line_count + 1))
|
||||
# Add a line to the changelog
|
||||
sed -i "${line_count + 1}s/^/*for the complete changelog, please refer to the website*\n\n/" "${target}/CHANGELOG.md"
|
||||
sed -i "${line_count + 1}s/^/**Important:**\n/" "${target}/CHANGELOG.md"
|
||||
sed -i "${line_count}s/^/*for the complete changelog, please refer to the website*\n\n/" "${target}/CHANGELOG.md"
|
||||
sed -i "${line_count}s/^/**Important:**\n/" "${target}/CHANGELOG.md"
|
||||
fi
|
||||
echo "Truncating changelog for: ${chartname}"
|
||||
# Truncate changelog to only contain the last 100 lines
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: sonarr
|
||||
version: 19.0.13
|
||||
version: 19.0.14
|
||||
appVersion: 4.0.0.741
|
||||
description: Smart PVR for newsgroup and bittorrent users
|
||||
home: https://truecharts.org/charts/stable/sonarr
|
||||
|
|
Loading…
Reference in New Issue