You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.