From laqrumcode
Bumps all 6 version surfaces atomically, commits, tags, pushes, and verifies CI green for shipping a new laqrumcode version. Run BEFORE git push on a release commit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/laqrumcode:laqrumcode-releaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in laqrumcode DB. Call `mcp__plugin_laqrumcode_laqrumcode__get_skill_body` with `name="laqrumcode-release"` to load full instructions.
Body in laqrumcode DB. Call mcp__plugin_laqrumcode_laqrumcode__get_skill_body with name="laqrumcode-release" to load full instructions.
npx claudepluginhub 42u/laqrumcode --plugin laqrumcodeCreates a GitHub release with semantic versioning, changelog generation, release notes, and optional build artifacts via tags and GitHub CLI.
Creates GitHub releases with semantic versioning: analyzes commits for version bumps, generates changelogs, updates version files like package.json or pyproject.toml, creates git tags, publishes notes, and attaches artifacts.
Generates SemVer-compliant version bumps and changelog entries from git diffs. Use when cutting releases, tagging, or publishing with precise change summaries.