step-security/Cocogitto - Conventional Commits & Release Action
Installs cocogitto and optionally runs conventional commit checks or automated version bumps and releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git-user | Username to set for git config user.name | no | github-actions |
| git-user-email | Email address to set for git config user.email | no | github-actions[bot]@users.noreply.github.com |
| install-only | When set to true, only installs cocogitto and adds it to PATH without running any command | no | false |
| command | Cocogitto subcommand to execute (e.g. check, bump). Required when install-only is false | no | — |
| args | Extra flags or arguments passed to the cocogitto subcommand | no | "" |
Outputs
| name | description |
|---|---|
| version | Version released |
| stdout | Generated changelog |