aio-libs/get-releasenote
GitHub action for getting release note from towncrier rendered file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changes_file | Path to CHANGES file generated by towncrier | yes | — |
| output_file | Where to write the output | yes | — |
| dist_dir | Path to folder with distributions | no | dist |
| check_ref | Perform git tag check to match provided version | no | "" |
| name | Package name as presented in CHANGES file. | no | "" |
| version | Release version to extract | no | "" |
| version_file | Path to file containing __version__ string | no | "" |
| start_line | The marker for towncrier start point | no | .. towncrier release notes start |
| head_line | Regular expression for head line | no | {name} {version}\s+\({date}\) ====+ ? |
| fix_issue_regex | Regexp for issue record replacement | no | "" |
| fix_issue_repl | Replacement rule for regexps found by fix_issue_regex | no | "" |
Outputs
| name | description |
|---|---|
| version | Used version number |
| prerelease | true is the version points to pre-release, false otherwise |
| devrelease | true is the version points to dev-release, false otherwise |