pub fn parse_release_arg(
arg: &str,
client: &GitHubClient,
owner: &str,
repo: &str,
) -> Result<(String, String)>Expand description
Parse a release argument into (base_tag, head_tag).
If the argument contains .., it is treated as an explicit range.
Otherwise, the previous tag is detected automatically.