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.