git commit 規範及 changelog

使用插件standard-version和conventional-changelog生成 changelog 文檔的方法。git 具體步驟以下: 1. 安裝插件 在 package.json 文件中補充添加以下內容:github "scripts": { "commit": "git-cz", "release": "standard-version", "changelog"
相關文章
相關標籤/搜索