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
7
init_commitizen
Executable file
7
init_commitizen
Executable file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
|
||||
# Install Commitizen
|
||||
pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue