返回顶部
d

deploy-public部署公开同步

Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.9.68
安全检测
已通过
689
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

deploy-public

deploy-public

私有仓库到公开仓库的同步。一个脚本适用于所有仓库。复制代码,在公开仓库上创建PR,合并PR,并同步GitHub发布。

何时使用此技能

在以下场景使用deploy-public:

  • - 将私有仓库的代码发布到其对应的公开仓库
  • 在私有仓库上运行wip-release之后(必须先存在发布版本)
  • 将发布说明从私有仓库同步到公开仓库

关键:发布顺序很重要。

  1. 1. 将PR合并到私有仓库的主分支
  2. 运行wip-release(在私有仓库上创建包含说明的GitHub发布)
  3. 然后运行deploy-public.sh(从私有发布中提取说明)

如果跳过第2步,公开发布将获得空说明。

请勿用于

  • - 没有-private对应仓库的仓库
  • 首次仓库设置(先在GitHub上创建公开仓库)

API参考

CLI

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

示例

bash

部署memory-crystal


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

部署wip-dev-tools

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

功能说明

  1. 1. 将公开仓库克隆到临时目录
  2. 从私有仓库复制所有文件(排除ai/、.git/)
  3. 创建分支、提交、推送、创建PR
  4. 合并PR(常规合并,从不压缩)
  5. 同步GitHub发布(从私有仓库的发布中提取说明)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 deploy-public-1776123482 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 deploy-public-1776123482 技能

通过命令行安装

skillhub install deploy-public-1776123482

下载

⬇ 下载 deploy-public v1.9.68(免费)

文件大小: 6.03 KB | 发布时间: 2026-4-15 12:27

v1.9.68 最新 2026-4-15 12:27
# Release Notes: wip-ai-devops-toolbox v1.9.68

Closes #239

## Four-track release pipeline

The release tool now supports four tracks: alpha, beta, hotfix, and stable. This replaces the single-track model where every release was public.

Alpha is silent (no public release notes by default). Beta publishes prerelease notes to the public repo. Hotfix publishes to npm @latest without syncing code to public. Stable is the full deploy: npm + code sync + release notes. Developers can iterate on private, ship betas to testers, and only go public when ready.

Version numbering uses standard semver prereleases: `1.9.68-alpha.1`, `1.9.68-beta.1`. The installer (`ldm install --beta` / `--alpha`) pulls the right tag from npm.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部