From 8b126fb58797bf3615377e889a57e83a38bc8c39 Mon Sep 17 00:00:00 2001 From: Andy Hong Date: Sat, 3 Jan 2026 16:23:30 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=20ci=20=EC=B6=94=EA=B0=80=20(#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index 0a4e5f68..e006170a 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -8,7 +8,7 @@ if [ "$branch" = "main" ] || [ "$branch" = "develop" ]; then fi # 허용된 타입 -allowed_types="feat|fix|refactor|design|chore|docs" +allowed_types="feat|fix|refactor|design|chore|docs|ci" # 1. 기본 형식 체크 (type/xxx 형식인지) if ! echo "$branch" | grep -qE "^[a-zA-Z]+/"; then From 1b24d96fad5e182fbd451c046561671e75d4d81e Mon Sep 17 00:00:00 2001 From: Andy Hong Date: Sat, 3 Jan 2026 16:23:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20?= =?UTF-8?q?=EC=BB=A8=EB=B2=A4=EC=85=98=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20(#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONVENTION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONVENTION.md b/CONVENTION.md index 1b8dd157..63914ed2 100644 --- a/CONVENTION.md +++ b/CONVENTION.md @@ -33,6 +33,7 @@ | `design` | UI/UX 디자인 변경 | | `chore` | 빌드, 설정 등 기타 | | `docs` | 문서 작업 | +| `ci` | CI/CD 관련 변경 | ## 네이밍 컨벤션