yoanm/Supported versions parser
Parses supported versions file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the supported versions file | yes | — |
| dependency | Dependency name to fetch | yes | — |
| with-summary | Whether to add a summary or not | no | true |
Outputs
| name | description |
|---|---|
| min | Minimal version configured for the given dependency |
| max | Maximal version configured for the given dependency |
| next | Next version configured for the given dependency. Value could be `"null"` ! |