update-plugin
Installation
SKILL.md
Update Plugin Version
Overview
Analyze changes in the current branch compared to main and update plugin versions accordingly. Detects changed plugins, analyzes the nature of changes, updates CHANGELOGs, and updates version numbers appropriately following semantic versioning.
Core Principles
- Follow semantic versioning (MAJOR.MINOR.PATCH)
- MAJOR: Breaking changes, API changes, removed features
- MINOR: New commands, new functions, new capabilities
- PATCH: Bug fixes, documentation updates, minor improvements
- Update CHANGELOG before updating version numbers
- Marketplace version follows the highest change level across all plugins
Instructions
- Detect Changed Plugins