-
Notifications
You must be signed in to change notification settings - Fork 0
commit convention
유동진 edited this page Jun 30, 2024
·
1 revision
### commit convention
feat | 코드에 새로운 기능(feature) 추가 |
---|---|
fix | 버그 수정 |
BREAKING CHANGE! | 이전 버젼과 호환되지 않는 변경 내역 |
docs | 개발 문서 변경 |
style | 들여쓰기등 코드 형식 및 스타일 변경 |
ci | CI/CD 관련 코드 변경 |
refactor | 중복된 코드 제거, 변수명 변경, 코드 단순화 등 리팩터링 관련 |
design | 사용자 UI 변경 |
test | 테스트 관련 코드 변경 |
build | 빌드 시스템 관련 코드 변경 |
perf | 성능 개선 관련 코드 변경 |
chore | assets image 등 기타 코드 변경 |
rename | 파일 혹은 폴더명 수정/이동 |
ex) commit message
feat: 회원가입 기능 추가
fix!: update시 파라미터 수정