-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Auto Generate Changelog #10
Comments
EDIT: nvm, i mixed up the changelog with the realease notes
|
what does an automatically generated changelog look like? are there any projects that do this that we can get inspiration from? |
an example below however it can be customized based on labels another example here Personally, I am not aware of any that use it. |
we can give this a try and see if it works well for our case. i'll assign this to you since you're fine with it |
Updated 11/28/22So then here are my brief thoughts: Instead of the date the header will be the SemaVer release. Labels Included in Changelog
Labels Excluded from Changelog
I think the above would be a concise way to group project changes in the long term and can easily be updated as conventions change. Thinking the changelog should print them in that order as it seems to me what should be most important. I'll go ahead and try to make something like this and see how it goes. For my recollection
|
can't wait to see what you come up with |
I have heard great things about |
Is your feature request related to a problem? Please describe.
This is more of a maintenance task to make it obvious and easy to see what changes have happened over the life of the project.
Describe the solution you'd like
I'm thinking of using an action to generate the Changelog on releases.
Describe alternatives you've considered
Considered GitHub Actions and some other functions for doing it. Decided to stick with native GitHub tooling.
Feel free to assign to me, as I think it would be fun to do.
The text was updated successfully, but these errors were encountered: