Git提交內容規範

depressiom發表於2024-10-15

Git提交內容規範

字首 解釋 示例
feat 新功能 feat: 新增租⻋控制
fix 修復 fix: 新增租⻋控制
docs ⽂檔變更 docs: 租⻋控制
style 程式碼格式 style: ⼩程式⾸⻚央視
refactor 重構 refactor: 租⻋控制
perf 效能最佳化 perf: 資料匯出
test 增加測試 test: 增加⽤戶模組的測試單元
revert 回退 revert: 回滾 feat: 增加⽤戶管理模組
build 打包 build: 升級vite到版本4
chore 構建過程或輔助⼯具的變動 chore: 更新依賴庫
ci 持續整合配置的變更 ci: 修改GitHub Actions配置⽂件

相關文章