커밋컨벤션 - Sc0up/scoup GitHub Wiki
개요
-
git-cz 사용
npm 패키지 설치 시 https://www.npmjs.com/package/git-cz 참조
-
AngularJS Git Commit Message Conventions 기반
예시 : https://gist.github.com/stephenparish/9941e89d80e2bc58a153#examples
git-cz 사용법
-
git cz 실행
npx git-cz
npm 설치 시
git cz
-
제목 입력
-
상세 내용 입력
-
Breaking changes(커밋 반영 이후 api 등의 엔드포인트 수정사항이 있을 경우)
https://gist.github.com/stephenparish/9941e89d80e2bc58a153#breaking-changes 참고
-
Issue link