This skill streamlines the release process for Agent Alchemy developers by managing versioning across five distinct locations, including marketplace manifests, project documentation, and root inventory files. It automatically detects version drift between files, applies semantic versioning (patch, minor, or major), updates changelogs with unreleased entries, and creates standardized git commits. By centralizing the update logic, it ensures that the entire repository remains consistent and reduces the risk of manual errors during the publishing workflow.
Key Features
01Automated drift detection to identify and fix version inconsistencies
02End-to-end workflow including staging and conventional commits
03Automatic CHANGELOG.md entry generation under unreleased headers
04Synchronized updates across 5 unique file locations per plugin
0522 GitHub stars
06Interactive selection for target plugins and semantic bump levels
Use Cases
01Auditing repository documentation to ensure all version strings match the marketplace manifest
02Automating the manual task of updating version numbers in prose, tables, and JSON files simultaneously
03Preparing a coordinated release for multiple plugins in the Agent Alchemy ecosystem