Conventional Commits : 커밋 컨벤션 뭐가 뭐지

Pyotato·2024년 3월 7일
0

build

빌드 시스템이나 외부 의존성에 관한 변경

  • Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

ci

CI 설정 파일이나 문서 변경

  • Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)

docs

문서에 변경 (Readme)

  • Documentation only changes

feat

새로운 기능을 추가할 경우

  • A new feature

fix

버그 수정

  • A bug fix

perf

성능 개선을 한 코드

  • A code change that improves performance

refactor

버그를 고치거나 새로운 기능을 추가하지 않는 코드 수정

  • A code change that neither fixes a bug nor adds a feature

style

코드의 의미를 변경하지 않는 변경 (빈칸 추가, 포멧, ; 추가 등의 변경)

  • Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

test

테스트 추가 혹은 테스트 오류 수정

  • Adding missing tests or correcting existing tests
profile
https://pyotato-dev.tistory.com/ 로 이사중 🚚💨🚛💨🚚💨

0개의 댓글

관련 채용 정보