Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contributors for each release to changelog #829

Closed
r2d4 opened this issue Jul 18, 2018 · 3 comments · Fixed by #935
Closed

Add contributors for each release to changelog #829

r2d4 opened this issue Jul 18, 2018 · 3 comments · Fixed by #935
Assignees

Comments

@r2d4
Copy link
Contributor

r2d4 commented Jul 18, 2018

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

@dgageot
Copy link
Contributor

dgageot commented Aug 4, 2018

ping @balopat. I updated v0.11.0 release page with the names of the contributors. How can we not forget next time we do a release?

@balopat
Copy link
Contributor

balopat commented Aug 6, 2018

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!

@r2d4 r2d4 self-assigned this Aug 7, 2018
@dlorenc
Copy link
Contributor

dlorenc commented Aug 13, 2018

Does release documentation exist anywhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants