datasnakes / beRi

beRi "beri environments for R installations" is an R environment, R installation, and R package management system for R
https://datasnakes.github.io/get-beri/
MIT License
14 stars 0 forks source link

Release notes for all packages. #24

Open grabear opened 5 years ago

grabear commented 5 years ago

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.

santina commented 5 years ago

I can look into what we do with revoscalepy :)

grabear commented 5 years ago

@santina Please do! It would be cool to have something automated.

santina commented 5 years ago

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.