Tag: release-workflow

Type: All Skills Tools
skill

Manage OpenHands SDK Updates and Releases

This skill guides the process of bumping SDK versions, pinning packages to unreleased commits, and executing full OpenHands releases. It details manual and automated steps required to maintain version consistency across poetry dependencies,…

OpenDevin/OpenDevin sdk-management version-bumping release-workflow poetry
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 ★ 7

Guided npm release and publishing workflow

This skill orchestrates the entire npm release process, guiding the developer through version determination, comprehensive quality gate checks, rebuilding, and committing. It ensures version consistency across multiple files and pauses for …

testdino-hq/testdino-mcp npm publishing release-workflow version-bump
skill ★ 71

Monorepo package release workflow checklist

This comprehensive guide details the required steps for managing package releases within a monorepo structure. It covers everything from preparing code PRs and updating lockfiles to monitoring CI/CD workflows and ensuring package parity.

transloadit/node-sdk monorepo release-workflow package-management git-ops
skill ★ 158

Safely retiring obsolete package distribution surfaces

This skill outlines a structured pattern for safely removing an outdated package distribution surface from a repository. It guides developers through systematically eliminating lingering artifacts, build logic, and release steps to prevent …

sbroenne/mcp-server-excel package-management distribution-surface legacy-cleanup release-workflow
skill ★ 158

Hardening pre-commit checks for reliable releases

This skill guides developers on hardening pre-commit hooks to prevent release failures, particularly those stemming from packaging or metadata mismatches. It ensures local checks accurately replicate the exact commands used in the final rel…

sbroenne/mcp-server-excel pre-commit release-workflow ci-cd packaging
skill ★ 158

Cross-Repository Release Workflow Validation Patterns

This skill provides patterns for implementing robust, failure-fast release workflows that depend on credentials or access to secondary repositories. It advises on validating secrets, ensuring target reachability, and implementing sync gates…

sbroenne/mcp-server-excel cross-repo release-workflow ci-cd git-security
skill ★ 21,652

Automated Skyvern version bump and SDK release

Automates the process of updating the Skyvern version in pyproject.toml, regenerating Python and TypeScript SDKs using Fern, and creating a release pull request.

Skyvern-AI/skyvern skyvern version-bump sdk-generation fern