The Version Manager skill streamlines the release process for the claude-mem project by ensuring version consistency across package.json, marketplace.json, and plugin.json. It guides the user through semantic versioning decisions (Patch, Minor, Major) and automates the entire post-update workflow, including Git tagging, pushing to remote repositories, creating GitHub releases, and generating comprehensive changelogs. By handling these repetitive and error-prone tasks, it ensures that every release is properly documented, synchronized, and communicated via integrated Discord notifications.
주요 기능
01Automated Git tagging and GitHub release orchestration
02Standardized SemVer logic for Patch, Minor, and Major updates
03Synchronized multi-file version updates for project-wide consistency
04Dynamic CHANGELOG.md generation from release history
05Automated build verification and Discord notification integration
068,429 GitHub stars