pfaciana/Version Check and Update
Checks and updates semantic versions in JSON files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| json-files | Space-delimited list of JSON files to check | yes | — |
| release-type | The type of release to perform (patch, minor, major), if needed | no | patch |
| force-release | The type of release to force (patch, minor, major, ''), always | no | "" |
| commit-message | Custom message for the commit. Use {version} to include the new version dynamically. Leave empty for no message. | no | "" |
| tag-message | Custom message for the tag. Use {tag} to include the new tag dynamically. Leave empty for no message. | no | "" |
Outputs
| name | description |
|---|---|
| tag-name | the new tag name or the current tag name if the repo is already in sync |
| new-tag-name | the new tag name or empty string if tag if the repo is already in sync |