Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement 'Keep a Changelog' #237
Open
Comments
|
Is it possible to automatically parse changes from PRs, so we can have a section for change log in the PR? |
|
For PRs; I’m not sure, but for branches it does work. It does requires better commit messages so that’s a possible bottle neck. The flow would be:
Then we can add a CI trigger on git tags to do a The only problem is that it can’t deal with the So it might not be the best fit.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


When releasing a new version it's always hard to deliver a proper changelog. Keep a changelog is a proposal on how we can deliver a consistent and complete changelog.
I propose we implement it in this repo. I would require the following steps: