Cut a new semver release for this project — analyze commits since the last tag, recommend a major/minor/patch bump, draft English release notes with AI, get user confirmation, then bump package.json, commit, create the GitHub release with gh release create, and let the existing .github/workflows/release.yml pipeline handle Docker + npm publishing. Use this skill whenever the user says "发个 release", "发新版本", "ship a release", "bump version", "cut v1.2.0", "tag a release", "/ship-release", or otherwise asks to publish a new version. Also use to preview what the next release would contain ("what's in the next release?", "show release diff since last tag").
$npx -y skills add camtrik/agent-trail --skill ship-releaseInstalls into the current project.
Run `npx skills use "https://github.com/camtrik/agent-trail" --skill "camtrik/agent-trail/ship-release"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/camtrik/agent-trail" that are relevant to the current task. Run `npx skills add "https://github.com/camtrik/agent-trail"` and select the relevant skills, then follow their instructions.