From 6464e25371e74f3817cc20051cc03245cbbdc0da Mon Sep 17 00:00:00 2001 From: htlee Date: Thu, 19 Feb 2026 17:20:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C?= =?UTF-8?q?=EC=9A=B0=20v1.3.0=20=EB=B2=84=EC=A0=84=20=EB=B2=94=ED=94=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow-version.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/workflow-version.json b/workflow-version.json index 746b521..dd0a236 100644 --- a/workflow-version.json +++ b/workflow-version.json @@ -1,9 +1,26 @@ { - "version": "1.2.0", - "updated": "2026-02-14", + "version": "1.3.0", + "updated": "2026-02-19", "gitea_url": "https://gitea.gc-si.dev", "nexus_url": "https://nexus.gc-si.dev", "changes": [ + { + "version": "1.3.0", + "date": "2026-02-19", + "description": "Git 스킬 3종 추가 + 공지 페이지", + "items": [ + "/push: 변경 확인 → 커밋+푸시 원클릭", + "/mr: 커밋+푸시 + develop MR 생성 원클릭", + "/release: develop→main 릴리즈 MR 생성", + "Gitea 메인 페이지 워크플로우 업데이트 공지 섹션 추가" + ], + "affected_files": [ + ".claude/skills/push/SKILL.md", + ".claude/skills/mr/SKILL.md", + ".claude/skills/release/SKILL.md", + "workflow-version.json" + ] + }, { "version": "1.2.0", "date": "2026-02-14",