Skip to content

Commit 0ba657e

Browse files
authored
Merge pull request #4 from commitizen-tools/feat/prepare-publish
Feat/prepare publish
2 parents 587a820 + 12366a3 commit 0ba657e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

action.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: 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

94
inputs:
105
version:
@@ -19,6 +14,10 @@ inputs:
1914
required: false
2015
default: "false"
2116

17+
branding:
18+
icon: "anchor"
19+
color: "purple"
20+
2221
runs:
2322
using: "composite"
2423
steps:

0 commit comments

Comments
 (0)