biocatchltd/Detect New Version
Will check whether the current version is unreleased
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| toml-path | The path to the toml file containing the version | no | pyproject.toml |
| changelog-path | The path to the changelog file | no | CHANGELOG.md |
| release-prefix | The prefix to the name of the release | no | "" |
Outputs
| name | description |
|---|---|
| is-new | Whether the version was detected as new |
| found-version | The found version |
| release-notes | The release notes of the version |
| is-prerelease | whether or not the version was detected as pre-release |
| release-tag | The tag of the release |