mcp icon indicating copy to clipboard operation
mcp copied to clipboard

[COMMUNITY] Auto generate CHANGELOG, including adding contributors for each release

Open alzimmermsft opened this issue 3 months ago • 3 comments

It would be nice to automatically thank community contributors by referencing them in the CHANGELOG.md for the release.

There's a number of engsys projects to allow this to happen such as https://github.com/marketplace/actions/auto-add-contributors.

Here is a screen shot of AWS MCP server which does this, and I quite like having the shout out for the community members who are helping the product for free.

https://github.com/awslabs/mcp/releases/tag/2025.6.2025052005

Image

alzimmermsft avatar Sep 03 '25 21:09 alzimmermsft

Copied from https://github.com/Azure/azure-mcp/issues/323

alzimmermsft avatar Sep 03 '25 21:09 alzimmermsft

On top of the this we should also look to automatically generate the changelog file for a release so that we can avoid constant conflicts from people editing the changelog manually.

We should consider some convention for commit messages so that we can auto-generate using a tool like https://github.com/orhun/git-cliff

weshaggard avatar Sep 11 '25 00:09 weshaggard

+1. It is painful to get new PRs merged due to this. Since CHANGELOG is a common file required currently, new PRs would need rebase everytime another PR is merged.

feiskyer avatar Sep 11 '25 00:09 feiskyer