1. 安装standard-version或conventional-changelog工具: npm install --save-dev standard-version@9.5.0 2. 在package.json中添加版本管理脚本release命令: "scripts": { "