pub fn load( explicit_path: Option<&Path>, work_dir: &Path, repo_root: Option<&Path>, ) -> Result<GitVersionConfiguration>
Load configuration from an explicit path or by searching, then merge with workflow defaults.