git-semver:一种CLI工具,可为您的git存储库生成符合semver的标签

时间:2021-02-03 16:29:02
【文件属性】:
文件名称:git-semver:一种CLI工具,可为您的git存储库生成符合semver的标签
文件大小:12KB
文件格式:ZIP
更新时间:2021-02-03 16:29:02
git semver GitPHP git-semver 一个CLI工具,用于为git存储库生成符合标签。 安装 从下载文件 分配所需的权限sudo chmod -R 755 git-semver 运行sudo mv git-semver /usr/local/bin/git-semver 用法 以下是命令的签名 $ git semver < patch> [options] 在patch , minor或major指定要发布的发行类型。 patch当你向后兼容的bug修复使用此选项 以向后兼容的方式添加功能时, minor使用此选项 进行不兼容的API更改时, major使用此选项 选
【文件预览】:
git-semver-master
----.gitignore(21B)
----README.md(4KB)
----bin()
--------git-semver(167B)
----tests()
--------bootstrap.php(57B)
--------GitSemverTest.php(720B)
----phpunit.xml(426B)
----composer.json(606B)
----src()
--------Commands()
--------GitSemver.php(1KB)
----LICENSE.md(1KB)
----box.json(421B)
----.travis.yml(315B)

网友评论