What problem does it solve?
Manual software release processes are prone to errors, time-consuming, and complex, especially when adhering to semantic versioning and generating changelogs. This Skill automates the entire workflow, from version analysis to tag creation and GitHub release monitoring, ensuring consistent and reliable deployments.
Core Features & Use Cases
- Semantic Versioning: Automatically analyzes conventional commits to suggest the appropriate
major, minor, or patch version bump.
- Release Workflow Automation: Guides through pre-release checks, creates annotated Git tags, and triggers GitHub Actions for binary builds and changelog generation.
- Use Case: When you've completed a set of features or fixes for your CLI tool, use this Skill to publish a new version effortlessly, ensuring a consistent, error-free release without manual Git commands or version calculations.
Quick Start
Navigate to your project root
cd /Users/ryan/dev/haleyrc/stele
Analyze commits and suggest the next version
python3 .claude/skills/stele-release/scripts/analyze_version.py