-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 automatic intermediate changelog #49006
Comments
There is a changelog, although not what you're asking for; I suggest changing the title to "Add automatic intermediate changelog" or something like that. |
Hi. I get your point. Your alternative "decide it's not really that important or just use git log" is actually what I'd suggest. So what are you asking, how to? I see you got ZhilkinSerg and the frontend creator interested over there? I'll show the long form of what you exampled, so you can see how easy it is to tailor it, although I assume "layman accessible" and referencing remyroy's frontend = an average Windows gamer, so I suppose we should keep it clean and non-technical? (not that windows people can't be technical, this is more about "hey what's changed since the last experimental I installed?" and not about "what's going on in cdda development?", yes?) Anyway yea from the project side there's no reason the Makefile or whatever preferred build system people are using couldn't generate an automated pseudo-CHANGELOG, modify a build script, dump a one-liner into the make / make bininst routine, or even do it manually before packaging, so there'd be something besides the semi-static one I guess? Then said frontend could just display it being the nice little text file it is? I'll do it by date, I saw you did it by tag in your example. ie. here's the last week.
currently dumps:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
I'm currently working on #52477 and hope to have something ready to review in the next week. I hope to have that work cover needs for intermediate changelogs like the ones described here. :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Closing as stale, since stalebot can't do this by itself. |
Is your feature request related to a problem? Please describe.
There is no layman accessible changelog for experimentals
Describe the solution you'd like
Extend current github actions with something like that or that, or whatever you prefer from there.
Describe alternatives you've considered
Decide that it's not really that important or just use
git log
Additional context
remyroy/CDDA-Game-Launcher#564
The text was updated successfully, but these errors were encountered: