Skip to content

v1.0.0

Compare
Choose a tag to compare
released this 07 Mar 00:03
· 17 commits to master since this release

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 commits flags --signoff and --gpg-sign.

v0.2.4...v1.0.0