Tag: version-management
Screenpipe Monorepo Release Automation
Automates version bumping, committing, and triggering GitHub Actions for the Screenpipe monorepo components, including the desktop app, CLI, and MCP. It facilitates monitoring build status and managing the transition from draft to published…
Automated Bifrost Release Changelog Generator
Automates Bifrost release management by parsing git history to generate changelogs and cascading version bumps across the core, framework, plugins, and transports hierarchy.
Automated software version release workflow
This skill manages the full software release lifecycle, handling both minor and patch versions according to established CI/CD rules. It automates version bumping, annotated tagging, and the creation of GitHub Releases.
bump package versions in lockstep
This skill coordinates the systematic incrementing of package versions across all associated platform packages and plugins. It ensures that version updates are handled in a synchronized, lockstep manner, ideal for preparing a formal release…
Bump package versions across all components
This skill manages coordinated version updates, ensuring all platform packages and plugins are incremented in lockstep. It is ideal for preparing a release or updating dependencies across the entire codebase.
Split C# files for Unity version compatibility
Splits C# source files into separate variants for Unity 6.5+ and older versions using preprocessor guards. It manages API changes such as the transition from int to EntityId to ensure cross-version compatibility.