git-release-note:Git 流程发行说明生成器

时间:2021-06-02 06:03:37
【文件属性】:
文件名称:git-release-note:Git 流程发行说明生成器
文件大小:2KB
文件格式:ZIP
更新时间:2021-06-02 06:03:37
JavaScript Git 发行说明 如果您在项目中使用 github 和 git flow,则可以使用此代码生成发行说明。 安装 npm 安装 git-release-note -g 用法 在你的 repo 中运行以下命令和工具,生成发行说明 gen-release-note 建议 要使该工具正常运行,您必须遵循 git flow。 对于任何功能和错误修复使用 git flow feature start # ...implement or fix the code git flow feature finish # 一旦你关闭了一堆问题就发布 git flow release start v1.0.0 git flow release finish v1.0.0 完成后,只需运行 git-release-note 即可从 git flow
【文件预览】:
git-release-note-master
----README.md(872B)
----.gitignore(13B)
----index.js(2KB)
----package.json(470B)

网友评论