Skip to content

Commit

Permalink
Make sure PR description is correctly formatted with newlines
Browse files Browse the repository at this point in the history
Signed-off-by: Furkat Gofurov <[email protected]>
furkatgofurov7 committed Oct 9, 2024
1 parent 4cb6d7b commit e27431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/publish-index-changes.sh
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ RELEASE_TAG="$1"
BRANCH_NAME="index-${RELEASE_TAG}"
COMMIT_MESSAGE="This PR updates index.yaml for ${RELEASE_TAG}. Automatically generated by make update-helm-repo."
PR_TITLE="🌱 Update helm chart index.yaml to ${RELEASE_TAG}"
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\`."
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\`.")

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

0 comments on commit e27431c

Please sign in to comment.