Tag: version-management

Type: All Skills Tools
skill ★ 18,765

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…

screenpipe/screenpipe monorepo release-automation github-actions ci-cd
skill ★ 5,059

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.

maximhq/bifrost changelog-generation version-management git-automation semver
skill

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.

lobehub/lobe-chat release-workflow version-management ci-cd github-release
skill ★ 593

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…

opentabs-dev/opentabs version-management package-update release-prep dependency-sync
skill ★ 593

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.

opentabs-dev/opentabs version-management release-prep package-update dependency-bump
skill ★ 2,786

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.

IvanMurzak/Unity-MCP unity csharp api-compatibility preprocessor-directives