pub fn build_github_release_config(
repository: Option<String>,
auto_push_on_commit: bool,
release_branch_enabled: bool,
naming_template: Option<String>,
) -> GitHubProjectConfigExpand description
Build a github.release_branch config from wizard answers (pure; unit-tested).