文件名称:git-autotag:懒惰软件维护者的标签
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-07 06:20:06
Go
git自动标记 为下一个逻辑版本创建一个带注释的标签。 默认为补丁程序版本(按服务器),但可以告诉您进行次要版本和主要版本。 如果config autotag.sign为true则对标签进行签名。 安装 使用Go获取并编译它: go get github.com/calmh/git-autotag 或抓住其中一个。 用法 $ git describe v0.11.18-3-gb1dd704 $ git autotag v0.11.19 $ git describe v0.11.19 $ git autotag -l minor v0.12.0 $ git config autotag.sign true $ git config user.signingkey release@syncthing.net $ git autotag -l patch v0.12.1 You need
【文件预览】:
git-autotag-master
----build.sh(485B)
----main.go(2KB)
----LICENSE(1KB)
----README.md(970B)
----.gitignore(19B)