Make conventional commits, faster, and consistently name scopes
Given we have configured the tool, it looks for this in the root of the git repository.
.fastconventional.yaml
yaml,file(path=".fastconventional.yaml")
use_angular: true
types: [ci]
scopes: ["mergify", "just", "github"]
When we commit, git has generated this stub configuration
``` text,file(path="commit.txt")
#
#
```
We can add our conventional message using this neat UI
See the releases page we build for linux and mac (all x86_64), alternatively use brew
shell,skip()
brew install PurpleBooth/repo/fast-conventional
This binary is designed to be run as a editor in git. To install it run
shell,skip()
git config --global alias.fci '-c "core.editor=fast-conventional editor" commit'
To trigger it when you commit run
shell,skip()
git fci