You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
예시>
chore: {패키지이름} 패키지 추가
예시>
feature: 구글로그인 refreshToken 발급
- response body의 리프레시 토큰값 제거
- header에 쿠키로 전달
예시>
style: {파일이름} 코드 순서 변경
- 가독성을 위해 변수를 위로 올리고 함수를 아래로 내려 정리
The text was updated successfully, but these errors were encountered:
feat
: 새로운 기능 추가 개발fix
: 버그 수정docs
: 문서 수정style
: 코드 포맷팅, 세미콜론 누락, (기능적인) 코드 변경이 아닌 스타일 변경refactor
: 코드 리팩토링test
: 테스트 코드 추가 또는 수정chore
: 빌드 관련 코드, 기타 설정 수정 등The text was updated successfully, but these errors were encountered: