Skip to main content

Module github

Module github 

Source
Expand description

GitHub Releases integration.

Provides remote URL parsing and an abstract client trait for creating GitHub Releases as a post-publish action.

Re-exports§

pub use client::PullRequest;
pub use remote::GitHubRepo;

Modules§

client
Abstract code forge client trait and test support.
remote
GitHub remote URL detection and parsing.

Structs§

OctocrabGitHubClient
GitHub API client backed by octocrab.