pawamoy / git-changelog

Automatic Changelog generator using Jinja2 templates.
https://pawamoy.github.io/git-changelog
ISC License
140 stars 34 forks source link

docs: fix cli option name for parsing trailers #46

Closed oizik closed 1 year ago

oizik commented 1 year ago

The correct command is git-changelog --trailers

The proposed change --parse-trailers with --trailers

pawamoy commented 1 year ago

Good catch, thanks a lot!