GitReleaseManager
GitReleaseManager copied to clipboard
Automatically crediting the author/contributor of the PR in the release notes
Let's discuss a potential feature/addition to GitReleaseManager!

Why? People like seeing their name up in lights, it a small gesture and a great way to encourage contributions. This functionality exists in GitReleaseNotes.
@ghuntley yes, I like this idea. If you have a look at this blog post:
http://cakebuild.net/blog/2016/09/cake-v0-16-0-released
I have some working code to generate the list of contributors that you can see there. Adding that to an item in the release notes is "harder". An issue might have been created by one person, and fixed by another via a pull request. Stitching the two together is where it becomes hard. Not impossible, just not sure how much effort it will take.
The list of contributors is very simple to generate.
List of contributors, with a hyperlink to commits by author would suffice imho.
@ghuntley yes, that sounds doable 😄
Some other ideas which are kinda glamourous :)
https://twitter.com/RobertWPearce/status/910978463586074625

Why have a hyperlink when you can put someone's avatar in the release notes?