-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a changelog #369
Comments
@maartenbreddels you mentioned something about automatically generating the change log based on the commit messages (fix, feat, ...). Is that still something to consider or are we fine taking a more "manual" approach? (and not enforce any commit style) |
semantic commits, or https://www.conventionalcommits.org/en/v1.0.0/ What do you think about it? |
While I like the idea of generating the changelog automatically, squashing and editing commits would add extra work and is not very friendly wrt the git history. |
This is also what the Jupyter Releaser uses, which will make things consistent if we adopt it for #805. |
Thank you for this addition, it definitely make it easier to browse changes! Would it be possible to add a date as part of each change? It would make it easier to see what changed in say the last two-months. Thanks! |
The backfill was generated with |
We should add a CHANGELOG.md to list (or generate) the changes after each release (we already got some questions about things that were fixed in subsequent releases)
The text was updated successfully, but these errors were encountered: