pub async fn create_github_release( instance: &Octocrab, repo: &Repository, tag_name: &str, version: &str, description: Option<&str>, ) -> Result<(), Error>