2.0.7 • Published 5 years ago
hyperia-commitizer v2.0.7
hyperia-commitizer
Global Installation
For a quick global installation of the plugin, simply run the install.sh script present in this repo:
chmod +x install.sh
./install.shAdd this adapter
Install this adapter
npm install hyperia-commitizerCreate .cz.json
{
"path": "node_modules/hyperia-commitizer"
}Run
- with pre-commit
git cz - without pre-commit
git cz -n
Program process
after run:
- auto run command:
git add -A - question list : Typ úkonu:
['task', 'bug', 'test', 'refactoring'] - question list : Odkial si vychádzal:
['develop', 'beta', 'rc-branch', 'master', 'other'] - question input : Skrátený popis práce:
- create commit from question and actual branch name in format:
<actualBranchName after />: <workflow> [<type> from <from>] (<actualBranchName>)Example
- actual branch:
task/LETKIM-5555 - finnal commit:
LETKIM-5555: Short description [task from dev] (task/LETKIM-5555)