npx claudepluginhub houseofmvps/ultraship --plugin ultrashipInvoke 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.
/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.
/hatch3r-releaseCuts a semantic versioned release: generates changelog from merged PRs, bumps version in package.json based on PR types, runs quality checks, creates git tag and GitHub release.
/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.
/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.
/releasePrepares a new release by updating CHANGELOG.md with changes since last version, incrementing version based on change scope, and checking README.md.
Share bugs, ideas, or general feedback.
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.