polyseam/Tag Matches Version
Check if the tag matches the version in a file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | The path to the file to read | — | deno.json |
| key | The key to read from the file | — | version |
| tag-prefix | The prefix to use for the tag | — | v |
| fail-on-mismatch | Whether to fail if the tag does not match the version | — | true |
Outputs
| name | description |
|---|---|
| matches | Whether the tag matches the version |