HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mandeepsng

no profile record

Submissions

Would you use a GitHub App that auto-generates changelogs from commit diffs?

2 points·by mandeepsng·3 miesiące temu·10 comments

comments

mandeepsng
·3 miesiące temu·discuss
[dead]
mandeepsng
·3 miesiące temu·discuss
[dead]
mandeepsng
·3 miesiące temu·discuss
That example is spot on and I won't pretend the tool solves it — it can see the field name changed, not that item_price can be zero.

Honestly it's made me think the more useful thing is a pre-commit prompt: "this change looks non-obvious, add a comment?" rather than a post-push summary. Different problem entirely.

Good 2 cents.
mandeepsng
·3 miesiące temu·discuss
Fair point — the "why" lives in the developer's head and no diff reader can recover it.

The bet is that automating the "what" frees up your commit message to carry the "why" instead. Most messages today are wasted describing what changed because that felt easier to type.

The pre-commit nudge you're describing is the better product though.
mandeepsng
·3 miesiące temu·discuss
That works great if you're the only person on the codebase.

In practice, one person on your team uses Claude, one uses Copilot, two use neither. Commit Changelogs makes readable changelogs a property of the repo, not of whoever happened to be in the mood to prompt an LLM that day.

Also — it reads the actual diff, not just your commit message. "fix stuff" becomes a proper entry describing what actually changed. That's the part no one bothers to do manually.
mandeepsng
·3 miesiące temu·discuss
will you use this app ?
mandeepsng
·3 miesiące temu·discuss
comment guys who have this problem