File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# setup-cz
22
3- > Github action to only configure cz CLI
3+ This workflow sets up the commitizen CLI for use in your GitHub workflows.
4+ Unlike ` commitizen-action ` , this workflow only installs the CLI.
5+ It does not automatically bump, commit or push changes.
6+ This workflow, instead, gives more flexibility to the user by letting them
7+ use the full range of commitizen commands.
48
59## Usage
610
Original file line number Diff line number Diff line change 11name : Setup commitizen CLI
2- description : |
3- This workflow sets up the commitizen CLI for use in your GitHub workflows.
4- Unlike `commitizen-action`, this workflow only installs the CLI.
5- It does not automatically bump, commit or push changes.
6- This workflow, instead, gives more flexibility to the user by letting them
7- use the full range of commitizen commands.
2+ description : Github action to only configure cz CLI
83
94inputs :
105 version :
You can’t perform that action at this time.
0 commit comments