-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Enhancing releases with diff tag PRs #622
Comments
For each release, the PR/commit history messages would be shown in the release page, why would we explicitly need a change log? For example, https://github.com/EthicalML/awesome-production-machine-learning/releases/tag/release-2024-03-01 |
It's common practice, you can see most tools create this automatically, such as:
It's a nice to have as opposed to must have, so not something we'd need in the short term, but could be worth in the future - it's backwards compatible (ie tools create it fully historical file) so no rush either as it's idempotent when we choose to add. |
Good idea, but it seems a bit over the top for this list. |
Currently the github script publishes releases once a month which allows watchers to be notified.
As an added feature we should include the PRs and commits included in the release; now that we have explicit PR namings, we should be able to easily generate a comprehensive summary.
We can explore which tool would be the simplest to achieve this, such as the github-changelog-generator, etc
The text was updated successfully, but these errors were encountered: