git commit lint

강인한·2022년 3월 3일
0
  • feat Add new features(새 기능 추가)
  • fix Fix the problem/BUG(문제 해결/BUG)
  • style The code style is related and does not affect the running result(결과에 영향을 미치지 않는 선에서 코드 스타일만 변경)
  • perf Optimization/performance improvement(최적화/성능 향상)
  • refactor Refactor (리팩토링)
  • revert Undo edit(이전 상태로 롤백)
  • test Test related(테스트 관련)
  • docs Documentation/notes(문서화)
  • chore Dependency update/scaffolding configuration modification etc.(디펜던시 업데이트나 구성 변경/스캐폴딩 구성 수정 등)
  • workflow Workflow improvements(워크플로우 개선사항)
  • ci Continuous integration
  • types Type definition file changes (타입정의 파일 변경, 유형 수정)
  • wip In development (개발중)
  • mod 미분류의 수정
profile
안녕하세요

0개의 댓글