intermodal icon indicating copy to clipboard operation
intermodal copied to clipboard

Improve the changelog generation workflow

Open casey opened this issue 6 years ago • 0 comments

Using fixup! is not ideal, because when squashing with fixup!, git expects the rest of the commit summary after fixup! to match a previous commit.

Ideally:

  • It should be easy for contributors to mark a change as not needing a changelog entry.

  • It should be hard for me to accidentally merge commits which don't have changelog entries, since those commits should be squashed .

casey avatar Apr 21 '20 03:04 casey