Skip to content

Commit

Permalink
docs(readme): add new options on command list
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 18, 2021
1 parent b5217ba commit 1ce4e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ 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
--amend bool Amend commit the new release once changelog is generated
--no-verify bool Bypasses the pre-commit and commit-msg hooks
--no-tag bool Disable release auto tagging when commit enabled
```

[semver]: http://semver.org
Expand Down

0 comments on commit 1ce4e3b

Please sign in to comment.