tips: git tag version-number 默认 tag 是打在最近的一次 commit 上,如果需要指定 commit 打 tag: git tag -a version-number -m v1.0 发布(描述) commit-id 关于git.fun