From ultraship
Generates changelog from commits since last tag, determines version bump, updates package.json, commits/tags/pushes, creates GitHub release, publishes to npm.
How this command is triggered — by the user, by Claude, or both
Slash command
/ultraship:releaseThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the ultraship:release skill to create a new release. Generate changelog from commits since last tag, determine version bump (major/minor/patch), update package.json, commit, tag, push, create GitHub release, and publish to npm if applicable.
Invoke the ultraship:release skill to create a new release. Generate changelog from commits since last tag, determine version bump (major/minor/patch), update package.json, commit, tag, push, create GitHub release, and publish to npm if applicable.
npx claudepluginhub houseofmvps/ultraship --plugin ultraship/releaseCreates a new release for Claude Code plugin marketplace: bumps version based on argument or commit analysis (patch/minor/major), generates changelog via PRs or conventional commits, updates marketplace.json and plugin.jsons, tags git, and publishes GitHub release.
/releaseAutomates semantic version releases: analyzes CHANGELOG changes, suggests bump type per conventions, updates version files, creates annotated git tag after confirmation.
/releaseAutomates complete release workflow: analyzes git changes for semantic version bump, updates files/docs/changelog, commits/tags/pushes to remote, creates release on GitHub/GitLab/Bitbucket.
/releasePrepares a new release by updating CHANGELOG.md with changes since last version, incrementing version based on change scope, and checking README.md.
/shipperRuns tests, generates a changelog, bumps the version, and creates a pull request to ship working code. Accepts arguments to trigger specific ship, release, or deploy steps.
/releaseGenerates changelog from git history since last tag, bumps version via major/minor/patch/custom arg, and creates local git tag with phased user approvals.