- feat: introduces a new feature to the codebase
- fix: patches a bug in your codebase
- refactor: A code change that neither fixes a bug nor adds a feature
출처: stackoverflow.com/questions/48075169/semantic-commit-type-when-remove-something
'개발 > Web Programming' 카테고리의 다른 글
SVG란? (0) | 2021.01.21 |
---|---|
[React] Prop type `array` is forbidden (0) | 2021.01.12 |
[React] 리액트에서 key는 꼭 필요할까? (0) | 2021.01.10 |
[React] 리액트는 어떻게 화면을 업데이트 하는가? (0) | 2021.01.10 |
[React] useState를 사용했을때 useEffect로 현재 상태 출력하기 (0) | 2021.01.09 |