HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mandeepsng

no profile record

投稿

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

2 ポイント·投稿者 mandeepsng·3 か月前·10 コメント

コメント

mandeepsng
·3 か月前·議論
[dead]
mandeepsng
·3 か月前·議論
[dead]
mandeepsng
·3 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
will you use this app ?
mandeepsng
·3 か月前·議論
comment guys who have this problem