aio-libs/get-releasenote

GitHub action for getting release note from towncrier rendered file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
changes_filePath to CHANGES file generated by towncrieryes
output_fileWhere to write the outputyes
dist_dirPath to folder with distributionsnodist
check_refPerform git tag check to match provided versionno""
namePackage name as presented in CHANGES file.no""
versionRelease version to extractno""
version_filePath to file containing __version__ stringno""
start_lineThe marker for towncrier start pointno.. towncrier release notes start
head_lineRegular expression for head lineno{name} {version}\s+\({date}\) ====+ ?
fix_issue_regexRegexp for issue record replacementno""
fix_issue_replReplacement rule for regexps found by fix_issue_regexno""
namedescription
versionUsed version number
prereleasetrue is the version points to pre-release, false otherwise
devreleasetrue is the version points to dev-release, false otherwise