feat(flag): --path filtering - refs (#62). Closes #35

* Argument: --path filtering - refs #35
* Minor documentation additions for Paths option
This commit is contained in:
Mikael Fridh 2021-03-12 13:57:00 +01:00 committed by GitHub
parent a1c84d7a0d
commit 9d62af2943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 5 deletions

View file

@ -182,6 +182,7 @@ USAGE:
OPTIONS:
--init generate the git-chglog configuration file in interactive
--path value Filter commits by path(s). Can use multiple times.
--config value, -c value specifies a different configuration file to pick up (default: ".chglog/config.yml")
--output value, -o value output path and filename for the changelogs. If not specified, output to stdout
--next-tag value treat unreleased commits as specified tags (EXPERIMENTAL)