semantic_release.cli.commands.changelog module

semantic_release.cli.commands.changelog.get_license_name_for_release(tag_name: str, project_root: Path) str[source]
semantic_release.cli.commands.changelog.post_release_notes(release_tag: str, release_notes: str, prerelease: bool, hvcs_client: RemoteHvcsBase, noop: bool = False) None[source]