candango/Candango Increment Version
An action that controls version increment for CI's
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token (PAT or GITHUB_TOKEN) with write access to contents and variables | no | — |
| app-id | GitHub App ID (required if github-token is not provided) | no | — |
| private-key | GitHub App private key (required if github-token is not provided) | no | — |
| current-version-variable | Current version repository variable name containing the project version | yes | CURRENT_VERSION |
| language | Project language (python, javascript, go, auto) | no | auto |
| file-path | Path to the version metadata file (__init__.py, package.json, etc.) | no | — |
| increment-level | The level to increment (patch, minor, major) | no | patch |
| is-prerelease | Whether the new version is a pre-release | no | false |
| prerelease-type | The type of pre-release (a, b, rc) | no | a |
Outputs
no outputs