Release 1.4.0
CHANGES
- Add
--amend
option to amend commit the new release once changelog is generated - Add
--no-verify
option to bypasses the pre-commit and commit-msg hooks - Add
--no-tag
option to disable release auto tagging when commit enabled - The default excluded types are:
build
,ci
,docs
,refactor
,revert
,style
,test
- Update the documentations
BREAKING CHANGES
- Remove
--no-chores
option, now you can use the configuration system and chores are disabled by default - Remove
--no-refactors
option, now you can use the configuration system and refactors are disabled by default