← 返回
开发者工具 中文

Deploy Public

Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.
私有到公开仓库同步。复制除ai/外的所有内容到公开镜像。创建PR、合并、同步版本。
parkertoddbrooks
开发者工具 clawhub v1.9.72 3 版本 99837.7 Key: 无需
★ 0
Stars
📥 1,230
下载
💾 1
安装
3
版本
#latest

概述

deploy-public

Private-to-public repo sync. One script for all repos. Copies code, creates a PR on the public repo, merges it, and syncs GitHub releases.

When to Use This Skill

Use deploy-public for:

  • Publishing a private repo's code to its public counterpart
  • After running wip-release on the private repo (release must exist first)
  • Syncing release notes from private to public

CRITICAL: Release order matters.

  1. Merge PR to private repo's main
  2. Run wip-release (creates GitHub release with notes on private repo)
  3. THEN run deploy-public.sh (pulls notes from private release)

If you skip step 2, the public release gets empty notes.

Do NOT Use For

  • Repos without a -private counterpart
  • First-time repo setup (create the public repo on GitHub first)

API Reference

CLI

bash scripts/deploy-public.sh /path/to/private-repo org/public-repo

Examples

# Deploy memory-crystal
bash scripts/deploy-public.sh /path/to/memory-crystal-private wipcomputer/memory-crystal

# Deploy wip-dev-tools
bash scripts/deploy-public.sh /path/to/wip-ai-devops-toolbox-private wipcomputer/wip-ai-devops-toolbox

What It Does

  1. Clones the public repo to a temp directory
  2. Copies all files from private repo (excluding ai/, .git/)
  3. Creates a branch, commits, pushes, creates PR
  4. Merges the PR (regular merge, never squash)
  5. Syncs GitHub releases (pulls notes from private repo's releases)

版本历史

共 3 个版本

  • v1.9.72 当前
    2026-04-30 16:27 安全 安全
  • v1.9.33
    2026-03-27 21:30 安全
  • v1.9.7
    2026-03-14 02:03

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,417
ai-intelligence

Markdown Viewer

parkertoddbrooks
用于 AI 配对编辑的实时 Markdown 查看器,协作时更新即时渲染,支持任意 AI 代理和网页浏览器。
★ 2 📥 1,576
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,465