diff --git a/hack/scripts/cherry-pick.sh b/hack/scripts/cherry-pick.sh index bc1506903..a25224415 100755 --- a/hack/scripts/cherry-pick.sh +++ b/hack/scripts/cherry-pick.sh @@ -43,6 +43,6 @@ while IFS=/ read -r -u9 repo branch; do --base $branch \ --labels automerge \ --message "[cherry-pick] $(git show -s --format=%s)" \ - --message "$(git show -s --format=%b)" || true + --message "$(git show -s --format=%b | sed --expression='/\/cherry-pick/d')" || true sleep 2 done 9< <(git branch -r | grep release)