release
Installation
SKILL.md
release
Overview
Workflow to automate the release process for this Claude plugin: select version type, update CHANGELOG, bump version in plugin.json, commit, tag, and push.
Workflow
1. Confirm Version Type
Ask or determine the version bump type based on the changes since the last release:
- patch: Bug fixes, documentation updates, minor improvements (backward-compatible)
- minor: New skills added, new features in backward-compatible manner
- major: Breaking changes (removed/renamed skills, incompatible behavior changes)