rxliuli/Version Check
Check version changes in any file format (JSON, YAML, TOML, XML)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the file to check (e.g., ./package.json, ./Cargo.toml) | yes | — |
| query | Dot-notation path to the version field (e.g., "version" or "package.version") | no | version |
Outputs
| name | description |
|---|---|
| changed | Whether the version changed (true/false) |
| version | Current version number |
| previous_version | Previous version number |
| type | Type of version change (major/minor/patch/prerelease) |