drf-nested-routers
drf-nested-routers copied to clipboard
Please add a changelog
Hello! There is no information about the changes contained in a release.
A short list included in the README and/or PyPI description and/or github «release» tab would be great.
Thanks!
Yeah, we should have a CHANGELOG file, in my opinion.
But how to maintain it? Do you now some automated way to generate a summary of the changes? If so, I could run on Travis or locally before tagging each release.
zest.releaser https://github.com/zestsoftware/zest.releaser will update a history/changes file
For small projects I just look at the list of commits between tags and copy the info from the PR merge commits into the readme.
Take a look on https://keepachangelog.com, it's better to do it manually instead of automatically