pub fn gh_create_release( root: &Path, tag: &str, title: &str, notes: &str, ) -> Result<String, JoyError>
Create a GitHub release using the gh CLI.