File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ if [[ $CLIENT_VERSION != *"snapshot"* ]]; then
140140 git pull -X theirs upstream master --no-edit
141141
142142 # 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' )
144- end_sha=$( git log upstream/release-19.0 ..upstream/master | grep ^commit | head -n1 | sed ' s/commit //g' )
143+ start_sha=$( git log ${remote_branch} ..upstream/master | grep ^commit | tail -n1 | sed ' s/commit //g' )
144+ end_sha=$( git log ${remote_branch} ..upstream/master | grep ^commit | head -n1 | sed ' s/commit //g' )
145145 output=" /tmp/python-master-relnote.md"
146146 release-notes --dependencies=false --org kubernetes-client --repo python --start-sha $start_sha --end-sha $end_sha --output $output
147147 sed -i ' s/(\[\#/(\[kubernetes-client\/python\#/g' $output
You can’t perform that action at this time.
0 commit comments