-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Show list of contributors in the changelog #805
Comments
Hi @wcandillon, Of-course you can customize this using lodash templates leveraging the exposure to the semantic-release result You can attempt replicating the format in your stated example release with the lodash template and setting it as the Do let me know if you need some clarity or more info on this 😉 |
I was wondering if somebody already build a working template? |
I have attempted to do this but there's some limitations.... Hence a good workaround is a plugin that fetches a list of contributors, since we haven't seen enough requests to make this available in the plugin's core. I plan on writing this plugin but you can take a dig at it if you'd like to, here's the idea...
This object can then be consumed in the generate release note config with lodash template. |
Thanks for your response. That sounds understandable. I tried a few things, but I couldn't get my plugin to work correctly. The code is also quite bad. So, I would appreciate it if you could take a look at it when you have time. |
Sure, do leave a link to the Repo |
i would love to have this capability be the default behavior of this plugin. i agree with @babblebey that it would be best to prototype with a community supported solution, but i am supportive of a path toward integrating with this plugin if we can prove it out |
So, I have written a boilerplate (in my term) plugin that fetches the commit authors login from GitHub, how you consume it still relies on how you want that plugin to work... |
Can you use the plugin options to customize the output. I would like the changelog to display the list of contributors like on this example release: https://github.com/Shopify/react-native-skia/releases/tag/v1.0.2
Thank you in advance for your guidance there.
The text was updated successfully, but these errors were encountered: