-
Notifications
You must be signed in to change notification settings - Fork 88
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
Rethink current CHANGELOG as Release Notes #1075
Comments
Hey @tdruez I was thinking to work on this, the possible procedure would be
And that's it. |
Not exactly, my point is to have detailed notes along a release about what's new and what requires special attention for upgrading. Similar to https://docs.djangoproject.com/en/5.0/releases/5.0/ |
So that CHANGELOG would be hard coded since you are mentioning in https://docs.djangoproject.com/en/5.0/releases/5.0/ instead of that automatically generated from the PR's squashed commit having detailed description of the changes made in the codebase and automatically added in the CHANGELOG? |
My suggestion:
|
I have a idea to automate this process like instead of having |
The content in https://github.com/django/django/tree/main/docs/releases seems to be manually added though. |
But we can came up with something automated stuff, lemme try this on a empty repo of myself and if works i will implement over scancode.io whatsay? |
@swastkk I think you are missing my initial point:
|
Ya I understood that thing, you are saying like we use to maintain the |
This comment was marked as resolved.
This comment was marked as resolved.
Implemented both approaches with GitHub action working on the
but with that on each version release, having detailed information about the changes made in the codebase. |
The changelog can be automatically generated from the commits at release time.
What would be more interesting instead of maintaining the current changelog at https://github.com/nexB/scancode.io/blob/main/CHANGELOG.rst would be to provide "Release notes" including pertinent information about new features, new pipelines, deprecation, etc...
Similar to Django's release notes https://docs.djangoproject.com/en/5.0/releases/5.0/
The text was updated successfully, but these errors were encountered: