release: v1.3.0 워크플로우 업데이트 #5

병합
htlee develop 에서 main 로 9 commits 를 머지했습니다 2026-02-19 21:16:46 +09:00
Showing only changes of commit c1be9cc3c3 - Show all commits

파일 보기

@ -26,7 +26,7 @@ PATTERN='^(feat|fix|docs|style|refactor|test|chore|ci|perf)(\([a-zA-Z0-9가-힣.
FIRST_LINE=$(head -1 "$COMMIT_MSG_FILE")
if ! echo "$FIRST_LINE" | grep -qP "$PATTERN"; then
if ! echo "$FIRST_LINE" | grep -qE "$PATTERN"; then
echo ""
echo "╔══════════════════════════════════════════════════════════════╗"
echo "║ 커밋 메시지가 Conventional Commits 형식에 맞지 않습니다 ║"