Skip to content

Commit

Permalink
chore(commitlint): gitmoji로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Raoun4136 committed Jan 3, 2024
1 parent 94e4e90 commit 9bc5671
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ module.exports = {
2,
'always',
[
'build',
'chore',
'ci',
'docs',
'feat',
'fix',
'perf',
'refactor',
'revert',
'🎨',
'test',
'🎨', // : (기능) 코드 구조, 형태, 변수명 등 변경/개선
'✨', // : 기능 구현, 기능 추가, 로직 추가
'🗃', // : 모델 및 데이터베이스 관련 수정 (마이그레이션 유무 필수)
'👷', // : 빌드/배포 관련 수정, 환경 설정 포함
'🐛', // : 버그 수정 및 오류 대응
'♻️', //: 포멧팅, 코드 리펙토링, 주석 등 기능외 수정건
'🚑', // : 긴급 버그 대응
'🔀', // : 브런치 머지
'🔖', //: 릴리즈 및 버전 태그용
'💩', // : 진행 중 일 경우, 임시로 남겨둔 코드
],
],
},
Expand Down

0 comments on commit 9bc5671

Please sign in to comment.