Skip to content

Commit 5b8bb27

Browse files
Fix makefile target used for publishing index changes in auto generated PR commit message and PR description
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent 2d96223 commit 5b8bb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/publish-index-changes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ fi
77

88
RELEASE_TAG="$1"
99
BRANCH_NAME="index-${RELEASE_TAG}"
10-
COMMIT_MESSAGE="This PR updates index.yaml for ${RELEASE_TAG}. Automatically generated by make update-helm-repo."
10+
COMMIT_MESSAGE="This PR updates index.yaml for ${RELEASE_TAG}. Automatically generated by make update-helm-plugin-repo."
1111
PR_TITLE="🌱 Update helm chart index.yaml to ${RELEASE_TAG}"
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\`.")
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-plugin-repo\`.")
1313

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

0 commit comments

Comments
 (0)