Skip to content

v1.0.7 - WP Plugin Packaging Guide

Choose a tag to compare

@github-actions github-actions released this 17 Apr 21:06
· 8 commits to main since this release

v1.0.7 — WP Plugin Packaging Guide

DW-MCP 코드 레퍼런스에 WordPress 플러그인 패키징 표준 가이드 등록

문서 핵심 내용

ZIP 파일명 = 버전 포함, 폴더명 = 버전 없이 고정

dw-catalog-wp-1.0.7.zip      ← 파일명: 버전으로 식별
└── dw-catalog-wp/            ← 폴더명: 고정 (업데이트 시 덮어쓰기)
    ├── dw-catalog-wp.php
    ├── uninstall.php
    ├── README.txt
    ├── includes/
    ├── assets/
    └── vendor/

포함 항목

  • GitHub Actions 자동 릴리즈 워크플로우
  • 로컬 빌드 PowerShell 스크립트
  • ZIP 포함/제외 파일 목록
  • README.txt 자동 생성 (WP 표준)
  • 버전 3곳 일치 규약 (헤더 + config + 태그)
  • Composer 의존성 처리
  • 라이선스 서버 자동 업데이트 연동
  • 릴리즈 체크리스트

DW-MCP 등록

  • ref_id: 1929521b-225c-43ba-9902-ac8279eae8e3
  • type: core
  • 다른 DW 플러그인에서 search_code("packaging") 또는 search_code("release zip")로 검색 가능