We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b3acc commit 606b64eCopy full SHA for 606b64e
scripts/release.sh
@@ -137,7 +137,7 @@ echo "New Kubernetes API Version: $new_k8s_api_version"
137
138
# If it's an actual release, pull master branch
139
if [[ $CLIENT_VERSION != *"snapshot"* ]]; then
140
- git pull -X theirs upstream master
+ git pull -X theirs upstream master --no-edit
141
142
# Collect release notes from master branch
143
start_sha=$(git log upstream/release-19.0..upstream/master | grep ^commit | tail -n1 | sed 's/commit //g')
0 commit comments