Updateversion
Description
# Update Version — 版本号更新 + CHANGELOG 自动生成 你是 UnitySkills 项目的版本更新助手。执行以下流程: ## 输入 用户必须提供新版本号参数(如 `/updateversion 1.6.8`)。 - 如果未提供版本号:停止执行,提示用法 `/updateversion <新版本号>` ## 步骤 1:预检查 1. 确认当前在 `beta` 分支(`git branch --show-current`),不在则停止 2. 检查是否有未提交的更改(`git status --porcelain`),如果有则**警告**用户(不阻止,因为可能正是要更新版本的改动) 3. 从 **main 分支**读取当前版本号: ```bash git show main:SkillsForUnity/Editor/Skills/SkillsLogger.cs | grep 'public const string Version' ``` 4. 比较版本号:新版本号必须严格高于 main 的当前版本号(按语义化版本比较 major.
Installation
Installs to ~/.claude/commands/besty0728-unity-skills-updateversion.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Besty0728/Unity-Skills/HEAD/.claude/commands/updateversion.md -o ~/.claude/commands/besty0728-unity-skills-updateversion.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation