semantic-release
Installation
SKILL.md
Semantic Release
Fully automated version management and package publishing.
Quick Reference
| Commit Type | Version Bump | Example |
|---|---|---|
fix: |
Patch (1.0.x) | Bug fixes |
feat: |
Minor (1.x.0) | New features |
BREAKING CHANGE: |
Major (x.0.0) | Breaking changes |
docs:, chore: |
No release | Documentation, maintenance |