-
Notifications
You must be signed in to change notification settings - Fork 0
chore/브랜치 타입 ci 추가 #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -33,6 +33,7 @@ | |||||||||||
| | `design` | UI/UX 디자인 변경 | | ||||||||||||
| | `chore` | 빌드, 설정 등 기타 | | ||||||||||||
| | `docs` | 문서 작업 | | ||||||||||||
| | `ci` | CI/CD 관련 변경 | | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CI/CD 관련 브랜치 타입 추가는 좋은 변경입니다. 다만, 현재 커밋 컨벤션과 브랜치 컨벤션 간에 타입 불일치가 있는 것으로 보입니다.
저장소의 컨벤션 일관성을 위해 이 타입들도 브랜치 컨벤션에 추가하고,
Suggested change
|
||||||||||||
|
|
||||||||||||
| ## 네이밍 컨벤션 | ||||||||||||
|
|
||||||||||||
|
|
||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONVENTION.md에 대한 제안과 연관된 내용입니다. 브랜치 컨벤션에style,test,perf타입을 추가하게 된다면, 이 스크립트의 허용된 타입 목록도 함께 업데이트되어야 합니다. 이렇게 해야pre-push훅이 새로운 브랜치 타입을 올바르게 검증할 수 있습니다.