di-graph/Digraph Get Release Info
Parse out release information details from Digraph release notification PR file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | Path to Digraph generated release notification file. In the format `.digraph/repository_release_tag.yaml` | yes | — |
Outputs
| name | description |
|---|---|
| repository_name | The repository where the release happened |
| new_major_version | The major version of the current release |
| new_minor_version | The minor version of the current release |
| new_patch_version | The patch version of the current release |
| previous_major_version | The major version of the immediately preceding release |
| previous_minor_version | The minor version of the immediately preceding release |
| previous_patch_version | The patch version of the immediately preceding release |