From b7b9d3f2d1344a1a952ab40de8a24e5b235de4d6 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 14 Feb 2026 12:04:32 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20HTTPS=20=EB=8F=84=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=EB=A7=88=EC=9D=B4=EA=B7=B8=EB=A0=88=EC=9D=B4=EC=85=98=20(v1.0.?= =?UTF-8?q?0=E2=86=92v1.1.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow-version.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/workflow-version.json b/workflow-version.json index 9b7f00a..7e4fa16 100644 --- a/workflow-version.json +++ b/workflow-version.json @@ -1,9 +1,26 @@ { - "version": "1.0.0", + "version": "1.1.0", "updated": "2026-02-14", - "gitea_url": "http://211.208.115.83:3000", - "nexus_url": "http://211.208.115.83:9081", + "gitea_url": "https://gitea.gc-si.dev", + "nexus_url": "https://nexus.gc-si.dev", "changes": [ + { + "version": "1.1.0", + "date": "2026-02-14", + "description": "HTTPS 도메인 마이그레이션 + 개발자 가이드 사이트 추가", + "items": [ + "모든 서비스 URL을 IP:포트 → HTTPS 도메인으로 변경", + "Nexus 레지스트리 URL을 HTTPS 도메인으로 변경 (.npmrc, settings.xml, gradle.properties)", + "sync-team-workflow 스킬 기본 URL 업데이트", + "개발자 가이드 사이트 (guide.gc-si.dev) 추가" + ], + "affected_files": [ + "workflow-version.json", + ".npmrc", + ".mvn/settings.xml", + "gradle.properties.example" + ] + }, { "version": "1.0.0", "date": "2026-02-14",