supermomonga/action-bump-cli
Bump semantic version in any file using bump CLI with regex patterns.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the file containing the version string to bump. | yes | — |
| pattern | Regex pattern with exactly one capture group matching the version string. Example for package.json: "version":\s*"(\d+\.\d+\.\d+)" | yes | — |
| release_type | Semantic version component to increment: major, minor, or patch. Mutually exclusive with the "version" input. | no | — |
| version | Explicit version string to set (e.g. "2.0.0"). Mutually exclusive with the "release_type" input. | no | — |
Outputs
| name | description |
|---|---|
| version | The new version after bumping. |