Git 工作流
Version Bump & Release
Identify the correct semver version for pending changes and execute a full release for go-sigil. Use this skill when the user asks "what version should this be", "bump the version", "release vX.Y.Z", "tag a release", "create a new release", "what semver bump is this", or "prepare a release". Also use proactively after a bug fix or feature is committed and the user wants to publish it. This skill uses `sigil diff --since <last-tag>` to enumerate changed symbols, infers the semver bump, updates version constants, updates PROGRESS.md and RELEASES.md, commits, tags, pushes, and creates the GitHub release via `gh`.