From 6df14cde4936eb8e92048f335b0eb0b3b27a4ce9 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 24 May 2024 21:35:42 +0200 Subject: [PATCH] Update chart-docs.sh Signed-off-by: Kjeld Schouten --- .github/scripts/chart-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/chart-docs.sh b/.github/scripts/chart-docs.sh index 6f17a54f7b1..2bccd66c2a8 100755 --- a/.github/scripts/chart-docs.sh +++ b/.github/scripts/chart-docs.sh @@ -67,7 +67,7 @@ append_scale_changelog() { mv temp "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" echo "Adding changelog header..." - ./.github/scripts/frontmatter.sh "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" + # ./.github/scripts/frontmatter.sh "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" } check_and_fix_title() {