Skip to content

Commit 606b64e

Browse files
committed
Accept the automatically generated merge commit message
1 parent b8b3acc commit 606b64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ echo "New Kubernetes API Version: $new_k8s_api_version"
137137

138138
# If it's an actual release, pull master branch
139139
if [[ $CLIENT_VERSION != *"snapshot"* ]]; then
140-
git pull -X theirs upstream master
140+
git pull -X theirs upstream master --no-edit
141141

142142
# Collect release notes from master branch
143143
start_sha=$(git log upstream/release-19.0..upstream/master | grep ^commit | tail -n1 | sed 's/commit //g')

0 commit comments

Comments
 (0)