drf-nested-routers icon indicating copy to clipboard operation
drf-nested-routers copied to clipboard

Please add a changelog

Open merwok opened this issue 7 years ago • 5 comments

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!

merwok avatar Feb 28 '18 18:02 merwok

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.

alanjds avatar Mar 01 '18 18:03 alanjds

zest.releaser https://github.com/zestsoftware/zest.releaser will update a history/changes file

c17r avatar Mar 01 '18 18:03 c17r

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.

merwok avatar Mar 01 '18 19:03 merwok

Take a look on https://keepachangelog.com, it's better to do it manually instead of automatically

gilmrjc avatar Apr 04 '18 22:04 gilmrjc