pub fn create_tag(version: &str, repo_path: &Path) -> bool
用 git2 创建轻量 tag(等价于 git tag <version>)。
git tag <version>