You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @dgageot, this was not on my radar. I think we should add it to the release note generator script. I'll add this to this week's todo so that we don't forget about it!
Let's thank all the contributors in the changelog for each release.
git log "${LAST_RELEASE_TAG}".. --format="%aN" --reverse | sort | uniq | awk '{printf "- %s\n", $0 }'
And first I'd like to thank docker/machine and @dgageot for giving us this idea :)
https://github.com/docker/machine/blob/66183198cd3ade76dbf47ed4ab1ebfb8908008a9/script/release.sh#L136-L138
The text was updated successfully, but these errors were encountered: