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§
- Octocrab
GitHub Client - GitHub API client backed by octocrab.