stfc/Check Semver Version Number
Check if the semver version number has changed from the main branch. Can also check if the docker compose file reflects the application version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_version_path | Path to main app version file. | yes | ./version.txt |
| docker_compose_path | Path to compose file. | no | — |
| labels | Labels added to pull requests. | no | — |
Outputs
| name | description |
|---|---|
| app_updated | If the app version was updated or not. |
| compose_updated | If the compose version was updated or not. |