intermodal/bin/changelog/src
Casey Rodarmor 03a9935164
Skip fixup commits in changelog
This change Makes the changelog generator ignore fixup commits.

`git commit --fixup` can be used to mark that a commit should be
squashed before merging, which can be done automatically with
`git rebase --autosquash`. Fixup commits have a summary that starts with
`fixup!`

type: development
2020-04-07 23:41:06 -07:00
..
changelog.rs Skip fixup commits in changelog 2020-04-07 23:41:06 -07:00
common.rs Skip fixup commits in changelog 2020-04-07 23:41:06 -07:00
entry.rs Skip fixup commits in changelog 2020-04-07 23:41:06 -07:00
kind.rs Skip fixup commits in changelog 2020-04-07 23:41:06 -07:00
main.rs Make changelog generator strict 2020-04-07 20:33:04 -07:00
metadata.rs Skip fixup commits in changelog 2020-04-07 23:41:06 -07:00
opt.rs Skip fixup commits in changelog 2020-04-07 23:41:06 -07:00
release.rs Generate changelog from git history 2020-04-07 19:59:09 -07:00