beRi
beRi copied to clipboard
Release notes for all packages.
Does anyone have any experience with creating proper release notes for python packages?
If there isn't a simple solution, we may just have to do it by hand.
I can look into what we do with revoscalepy :)
@santina Please do! It would be cool to have something automated.
Hey sorry for the late response. There isn't much information. The release note simply has something like cookiecutter that changes the version. That's about it. Unless you're thinking of including major changes we do? We could use changelog if we have cleaner git commits by squashing a collection of commits for each pull request, which mean we need to have a PR for every changes we make and cannot push directly to any branch.