-
Notifications
You must be signed in to change notification settings - Fork 176
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
Maintain a changelog of some sort #93
Comments
Fair point! @jsha you got any thoughts? I guess we'd just start it now. Have an "unreleased" section that we add to as/when we build out more things. |
Yep, I think maintaining a changelog is a good idea. I think the lowest-overhead way to do this on a small project is, rather than maintaining an "unreleased" section, just go over the git logs since the last release and summarize at release time. So when we bump the version, the version-bump commit would also add a summary of changes to the changelog (and maybe copy that summary into either the commit description, or the subsequent tag, or both). |
Personally, i just use the release description whenever i tag a new one. As user, that's also the first place i'd look. |
@MCOfficer You mean the github releases feature? Personally I'm ambivalent about that one since it's tied to github and would not move with the source repo if we ever migrate. Microsoft is behaving currently, but I'm not sure I'm ready to trust them just yet :) |
This is happening since 1.4.0 in |
Disclaimer: this is a nitpick.
Since ureq seems to get a new update about every week, every week i get a ping from dependabot. Updating is no big deal, but the lack of a changelog makes it a bit less convenient, since i have to check the commits to see what changed.
It would be more convenient to either have a maintained CHANGELOG.md or just some short bullet points on the tags.
The text was updated successfully, but these errors were encountered: