Skip to content

Commit 129eefd

Browse files
Merge pull request #9960 from tstromberg/relnotes-hack
release notes: fix whitespace before contributors list
2 parents 8b9331e + 72443e9 commit 129eefd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/release_notes.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ recent=$(git describe --abbrev=0)
3939

4040
"${DIR}/release-notes" kubernetes minikube --since $recent
4141

42-
echo "Thank you to our contributors for this release! "
42+
echo "Thank you to our contributors for this release!"
43+
echo ""
4344
git log "$recent".. --format="%aN" --reverse | sort | uniq | awk '{printf "- %s\n", $0 }'

0 commit comments

Comments
 (0)