prepare-release
仓库创建 2024年5月24日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
一键化发布流程,减少手工整理与出错,适合频繁发布的项目。
▸ 风险提示
会创建分支/PR并修改仓库文件,需要写权限
这个 Skill 做什么
自动收集提交、生成中英发布说明、更新版本文件并创建发布分支与 PR。
自动把提交收集起来、生成中英发布说明、更新版本文件并在仓库建发布分支和 PR,最后触发 CI/CD。适合要准备新版本、需要 bump 版本或一键发版时用。特色是把变更记录、双语说明和文件改动都自动处理,减少手工整理和遗漏。
▸ 展开 SKILL.md 英文原文
Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.
4.9w
Stars
4.7k
Forks
15
仓库内 Skill
+801
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/prepare-release/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/prepare-release/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Prepare Release Automate the Cherry Studio release workflow: collect changes → generate bilingual release notes → update files → create release branch + PR → trigger CI/CD. ## Arguments Parse the version intent from the user's message. Accept any of these forms: - Bump type keyword: `patch`, `minor`, `major` - Exact version: `x.y.z` or `x.y.z-pre.N` (e.g. `1.8.0`, `1.8.0-beta.1`, `1.8.0-rc.1`) - Natural language: "prepare a beta release", "bump to 1.8.0-rc.2", etc. Defaults to `patch` if no version is specified. Always echo the resolved target version back to the user before proceeding with any file edits. - `--dry-run`: Preview only, do not create branch or PR. ## Workflow ### Step
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有