Skip to content

Commit e27431c

Browse files
Make sure PR description is correctly formatted with newlines
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent 4cb6d7b commit e27431c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/publish-index-changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RELEASE_TAG="$1"
99
BRANCH_NAME="index-${RELEASE_TAG}"
1010
COMMIT_MESSAGE="This PR updates index.yaml for ${RELEASE_TAG}. Automatically generated by make update-helm-repo."
1111
PR_TITLE="🌱 Update helm chart index.yaml to ${RELEASE_TAG}"
12-
PR_DESCRIPTION="**What this PR does / why we need it:**\n\nThis PR updates index.yaml for ${RELEASE_TAG}. Automatically generated by \`make update-helm-repo\`."
12+
PR_DESCRIPTION=$(printf "**What this PR does / why we need it:**\n\nThis PR updates index.yaml for ${RELEASE_TAG}.\n\nAutomatically generated by \`make update-helm-repo\`.")
1313

1414
# Checkout index-${RELEASE_TAG} branch
1515
git checkout -b "${BRANCH_NAME}"

0 commit comments

Comments
 (0)