개요

커밋 메시지

예시

fix: 🐛 주요 변경 사항

- 변경사항 1
- 변경사항 2

변경 사항이 발생한 이유에 대한 설명

code review: (링크)
release: 🏹
ci: 🎡 [CI related changes]
docs: ✏️ [Documentation only changes]
perf: ⚡️ [A code change that improves performance]
test: "💍 [Adding missing tests]
style: 💄 [Markup, white-space, formatting, missing semi-colons...]
chore: 🤖 [Build process or auxiliary tool changes]
fix: 🐛 [A bug fix]
refactor: 💡 [A code change that neither fixes a bug or adds a feature ** 테스트 변경이 없어야 한다. 테스트 변경이 있으면 기능 추가]
feat: 🎸 [A new feature]

- 변경사항 1
- 변경사항 2

변경 사항이 발생한 이유에 대한 설명

code review: (링크)
discussion: #

BREAKING CHANGE: 🧨 

✅ Closes: #