2.0.7 • Published 4 years ago

hyperia-commitizer v2.0.7

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

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.sh

Add this adapter

Install this adapter

npm install hyperia-commitizer

Create .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)
2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

2.0.1

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago