supermomonga/action-bump-cli

Bump semantic version in any file using bump CLI with regex patterns.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filePath to the file containing the version string to bump.yes
patternRegex pattern with exactly one capture group matching the version string. Example for package.json: "version":\s*"(\d+\.\d+\.\d+)" yes
release_typeSemantic version component to increment: major, minor, or patch. Mutually exclusive with the "version" input. no
versionExplicit version string to set (e.g. "2.0.0"). Mutually exclusive with the "release_type" input. no
namedescription
versionThe new version after bumping.