Commit Graph

2 Commits

Author SHA1 Message Date
Alireza Rezvani
8902ba79d7 release: v2.1.1 — skill optimization, agents, commands, reference splits (#297) 2026-03-09 15:54:25 +01:00
Leo
d6f2f1df78 feat: add release-manager POWERFUL-tier skill
Complete release management toolkit including:
- changelog_generator.py: Parse conventional commits and generate structured changelogs
- version_bumper.py: Determine semantic version bumps from commit analysis
- release_planner.py: Assess release readiness and generate coordination plans
- Comprehensive documentation covering SemVer, Git workflows, hotfix procedures
- Sample data and expected outputs for testing
- Zero external dependencies, Python standard library only

Enables automated changelog generation, version management, and release coordination
from git history using conventional commits specification.
2026-02-16 15:56:03 +00:00