pub fn create_tag(version: &str, repo_path: &Path) -> bool
创建轻量 tag(git tag <version>)。已存在则跳过(幂等)。
git tag <version>