Skip to main content

build_github_release_config

Function build_github_release_config 

Source
pub fn build_github_release_config(
    repository: Option<String>,
    auto_push_on_commit: bool,
    release_branch_enabled: bool,
    naming_template: Option<String>,
) -> GitHubProjectConfig
Expand description

Build a github.release_branch config from wizard answers (pure; unit-tested).