010109-release-automation
Installation
SKILL.md
Release Automation
Overview
Automated versioning and releases using semantic-release. Covers version bump rules, semantic-release setup, post-push synchronization, and configuration files.
Quick Reference
Version Bump Mapping
| Commit Type | Bump | Example |
|---|---|---|
upgrade |
MAJOR | Breaking API change |
feat |
MINOR | New feature |
fix |
PATCH | Bug fix |
perf |
PATCH | Performance improvement |
docs |
NONE | Documentation |
refactor |
NONE | Code restructure |