feat(commitizen): add commitizen config
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
16cbd9d517
commit
12816746e8
7 changed files with 38 additions and 0 deletions
5
commit
Executable file
5
commit
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
git add --all .
|
||||
cz commit -- -s
|
Loading…
Add table
Add a link
Reference in a new issue