Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 601 Bytes

CHECKLIST.md

File metadata and controls

22 lines (21 loc) · 601 Bytes

发版步骤

  • 日志
    • 更新package.json版本号
    • 更新CHANGELOG
  • 检测
    • npm run test
    • npm run build
    • npm run dev:bundle
  • 构建
    • 切换至master分支并合并dev分支
    • 构建项目: npm run build
    • 推送至远程分支
    • 版本发布: npm publish
  • 站点
    • 构建示例: npm run build:example
    • 更新依赖: cd site && npm install mand-mobile
    • 构建站点: npm run build:site
    • 合并至master分支并推送
  • 收尾
    • 进入CI查看进度
    • 仓库发布RELEASE