Skip to main content

gh_create_release

Function gh_create_release 

Source
pub fn gh_create_release(
    root: &Path,
    tag: &str,
    title: &str,
    notes: &str,
) -> Result<String, JoyError>
Expand description

Create a GitHub release using the gh CLI.