git commit 规范及 changelog

使用插件standard-version和conventional-changelog生成 changelog 文档的方法。git 具体步骤以下: 1. 安装插件 在 package.json 文件中补充添加以下内容:github "scripts": { "commit": "git-cz", "release": "standard-version", "changelog"
相关文章
相关标签/搜索