RedJue / git-commit-plugin

Automatically generate git commit
https://marketplace.visualstudio.com/items?itemName=redjue.git-commit-plugin
MIT License
191 stars 49 forks source link

✨ feat: 增加release和types的commit规范 #121

Closed 98Protein closed 2 days ago

98Protein commented 2 days ago
  1. 增加两个 commit 规范:
    • 🚀 release: 发布新版本
    • 🏷️ types: 类型声明修改 并已作对应的英日繁翻译
  2. 配置项提取为公共配置 src/config 文件夹下的 commit-type.ts 和 commit-detail.ts 文件中,将对 GitCommitPlugin 的配置访问到单独的 src/commit-setting.ts 中