v1.0.0
v1.0.0 (2018-03-07)
Breaking Changes
- refactor: switch to use 'prompts' package (3de8888)
Now it is a pretty cool replacement of the original git commit
command.
Prompts few questions that forms a commit message compliant to the Conventional Commits spec (angular style commits). By default does not prompt for scope, body and footer.
Use -x (--scope), -y (--body) or -w (--footer) flags to trigger prompts for them.
To try it in action, run yarn commit -Ss -xyw
in this repository.
The -Ss
is git commit
s flags --signoff
and --gpg-sign
.