italia/publiccode-softwareversion-check-action
JavaScript GitHub action to check publiccode.yml softwareVersion and releaseDate automatically.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| remoterepo | Git url of the remote repository you want to check | no | "" |
| publiccode | publiccode.yml path | no | publiccode.yml |
| remove | Regular expression applied to the latest tag to remove characters | no | "" |
| filter | Regular expression applied to filter tags | no | "" |
| gitname | Git name configuration for bump commit | no | Publiccode bot |
| gitmail | Git mail configuration for bump commit | no | "" |
Outputs
| name | description |
|---|---|
| version | New version of softwareVersion field in publiccode.yml |
| releaseDate | New release date of releaseDate field in publiccode.yml |