class-foundations/Version Cat
Get the version from a file and verify it has not been created already
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- None
Pinned Snippet
uses: class-foundations/gh-action-version-cat@9ac66f9d273a8b5ec499363249b18e93d545917b # v3.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Look in this file to grab the version | yes | VERSION |
| prepend | Prepend the version with this value | no | v |
Outputs
| name | description |
|---|---|
| version | The version to be used for the next git tag |
| major | The major version |
| minor | The minor version |
| patch | The patch version |