-
-
Notifications
You must be signed in to change notification settings - Fork 822
Closed
Description
Just a few things I thought about which would improve the changelog and its generation.
- Generate it in markdown format, with subheaders + links to repo for submodules. (fixed in docs: added new script to build changelog #381)
- Assign commits to issues/PRs, and include correct links to them. Right now GitHub assumes PRs/issues in subrepos are in the main repo, leading to it generating bad links. (fixed in docs: added new script to build changelog #381)
- With the guideline changes in Improve commit messages #391 we should additionally group changes by type (feat, fix, docs, etc.) to make it easy to read at a glance. (fixed in feat: improved generation of changelog #505)
-
Make the changelog page in the docs include a md file with the actual changelog, so we don't need to maintain it in two markup languages.Will have to go with future improvements.
Reactions are currently unavailable