chore: HTTPS 도메인 마이그레이션 (v1.1.0) #1
@ -11,9 +11,9 @@ allowed-tools: "Bash, Read, Write, Edit, Glob, Grep"
|
|||||||
### 1. 글로벌 버전 조회
|
### 1. 글로벌 버전 조회
|
||||||
Gitea API로 template-common 리포의 workflow-version.json 조회:
|
Gitea API로 template-common 리포의 workflow-version.json 조회:
|
||||||
```bash
|
```bash
|
||||||
GITEA_URL=$(python3 -c "import json; print(json.load(open('.claude/workflow-version.json')).get('gitea_url', 'http://211.208.115.83:3000'))" 2>/dev/null || echo "http://211.208.115.83:3000")
|
GITEA_URL=$(python3 -c "import json; print(json.load(open('.claude/workflow-version.json')).get('gitea_url', 'https://gitea.gc-si.dev'))" 2>/dev/null || echo "https://gitea.gc-si.dev")
|
||||||
|
|
||||||
curl -sf "${GITEA_URL}/api/v1/repos/gcsc/template-common/raw/workflow-version.json"
|
curl -sf "${GITEA_URL}/api/v1/repos/gc/template-common/raw/workflow-version.json"
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. 버전 비교
|
### 2. 버전 비교
|
||||||
|
|||||||
@ -1,9 +1,26 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"updated": "2026-02-14",
|
"updated": "2026-02-14",
|
||||||
"gitea_url": "http://211.208.115.83:3000",
|
"gitea_url": "https://gitea.gc-si.dev",
|
||||||
"nexus_url": "http://211.208.115.83:9081",
|
"nexus_url": "https://nexus.gc-si.dev",
|
||||||
"changes": [
|
"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",
|
"version": "1.0.0",
|
||||||
"date": "2026-02-14",
|
"date": "2026-02-14",
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user