Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# setup-cz

> Github action to only configure cz CLI
This workflow sets up the commitizen CLI for use in your GitHub workflows.
Unlike `commitizen-action`, this workflow only installs the CLI.
It does not automatically bump, commit or push changes.
This workflow, instead, gives more flexibility to the user by letting them
use the full range of commitizen commands.

## Usage

Expand Down
11 changes: 5 additions & 6 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Setup commitizen CLI
description: |
This workflow sets up the commitizen CLI for use in your GitHub workflows.
Unlike `commitizen-action`, this workflow only installs the CLI.
It does not automatically bump, commit or push changes.
This workflow, instead, gives more flexibility to the user by letting them
use the full range of commitizen commands.
description: Github action to only configure cz CLI

inputs:
version:
Expand All @@ -19,6 +14,10 @@ inputs:
required: false
default: "false"

branding:
icon: "anchor"
color: "purple"

runs:
using: "composite"
steps:
Expand Down
Loading