From 106114359633a230270139b867b0be18af8086e2 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Sun, 17 Jan 2021 19:13:30 +0100 Subject: [PATCH] docs(readme): add no chores and no refactor options on command list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15a622a..de5cb9f 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,6 @@ By default, will be added one to the patch semver part *(Example, if the last ve --from-date str Get commits from specified date [YYYY-MM-DD] --ver str Define the next release version code (semver) --history bool Generate the entire history of changes of all releases + --no-chores bool Exclude chores type from changelog + --no-refactor bool Exclude refactor type from changelog ``` \ No newline at end of file