release by yeachan-heo/oh-my-claudecode
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill release自动化 oh-my-claudecode 的发布流程。
/oh-my-claudecode:release <version>
示例:/oh-my-claudecode:release 2.4.0 或 /oh-my-claudecode:release patch 或 /oh-my-claudecode:release minor
按顺序执行以下步骤:
在所有位置更新版本号:
package.jsonsrc/installer/index.ts (VERSION 常量)src/__tests__/installer.test.ts (期望的版本号)广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
.claude-plugin/plugin.json.claude-plugin/marketplace.json (包括 plugins[0].version 和根级 version)docs/CLAUDE.md (<!-- OMC:VERSION:X.Y.Z --> 标记)README.md (版本徽章和标题)npm run test:run
在继续之前,所有 231+ 项测试必须通过。
git add -A
git commit -m "chore: Bump version to <version>"
git tag v<version>
git push origin main
git push origin v<version>
npm publish --access public
gh release create v<version> --title "v<version> - <title>" --notes "<release notes>"
| 文件 | 字段/行 |
|---|---|
package.json | "version": "X.Y.Z" |
src/installer/index.ts | export const VERSION = 'X.Y.Z' |
src/__tests__/installer.test.ts | expect(VERSION).toBe('X.Y.Z') |
.claude-plugin/plugin.json | "version": "X.Y.Z" |
.claude-plugin/marketplace.json | plugins[0].version + 根级 version |
docs/CLAUDE.md | <!-- OMC:VERSION:X.Y.Z --> |
README.md | 标题 + 版本徽章 |
每周安装量
136
代码仓库
GitHub 星标数
11.3K
首次出现
2026年1月22日
安全审计
安装于
claude-code127
opencode125
codex119
cursor119
gemini-cli119
github-copilot109
Automate the release process for oh-my-claudecode.
/oh-my-claudecode:release <version>
Example: /oh-my-claudecode:release 2.4.0 or /oh-my-claudecode:release patch or /oh-my-claudecode:release minor
Execute these steps in order:
Update version in all locations:
package.jsonsrc/installer/index.ts (VERSION constant)src/__tests__/installer.test.ts (expected version).claude-plugin/plugin.json.claude-plugin/marketplace.json (both plugins[0].version and root version)docs/CLAUDE.md (<!-- OMC:VERSION:X.Y.Z --> marker)README.md (version badge and title)npm run test:run
All 231+ tests must pass before proceeding.
git add -A
git commit -m "chore: Bump version to <version>"
git tag v<version>
git push origin main
git push origin v<version>
npm publish --access public
gh release create v<version> --title "v<version> - <title>" --notes "<release notes>"
| File | Field/Line |
|---|---|
package.json | "version": "X.Y.Z" |
src/installer/index.ts | export const VERSION = 'X.Y.Z' |
src/__tests__/installer.test.ts | expect(VERSION).toBe('X.Y.Z') |
.claude-plugin/plugin.json | "version": "X.Y.Z" |
Weekly Installs
136
Repository
GitHub Stars
11.3K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code127
opencode125
codex119
cursor119
gemini-cli119
github-copilot109
.claude-plugin/marketplace.json | plugins[0].version + root version |
docs/CLAUDE.md | <!-- OMC:VERSION:X.Y.Z --> |
README.md | Title + version badge |