Skip to main content

Module releases

Module releases 

Source
Expand description

Release-related GitHub operations.

Provides functions for fetching PRs between git tags and parsing tag references.

Functionsยง

fetch_prs_between_refs
Fetch merged PRs between two git references.
get_latest_tag
Get the latest tag in a repository.
get_previous_tag
Get the tag immediately before a target tag in chronological order by commit date.
get_root_commit
Get the root (oldest) commit in a repository.
parse_tag_reference
Parse a tag reference to extract the version.
post_release_notes
Post release notes to GitHub.