← back to Changelog DrafterLIVE · BYOK · NO SIGN-UP
Try Changelog Drafter
Paste a git logbetween two refs. Get categorized features, fixes, breaking changes, migration notes, and a separate list of commits whose intent isn't obvious — flagged, never filled in.
Tip — recommended git log format
git log v1.0..v1.1 --pretty=fuller
# or
git log main@{7.days.ago}..main --oneline