DevOps By Hank

Git Commit Message 規範 (Conventional Commits)

格式標準

<type>(<scope>): <subject>
範例:fix(auth): handle jwt expiration correctly

常用 Type:

  • feat: 新功能
  • fix: 修補 Bug
  • chore: 建構過程或輔助工具變動
  • docs: 文件修改