Tag: semver

Type: All Skills Tools
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
tool

Automated Semantic Version Release Manager

This tool analyzes git commits since the last tag, categorizing changes into features, fixes, and breaking changes to recommend a semantic version bump. It then uses the GitHub MCP to automatically trigger the release pull request workflow.

StacklokLabs/toolhive git release semver version-bump
skill ★ 4,275

Automates GitHub Release Draft Creation

This skill automates the creation of a draft GitHub release for the C# MCP SDK, ensuring release notes are refreshed with all merged PRs. It rigorously checks for new changes, assesses version impact, and validates code samples before gener…

modelcontextprotocol/csharp-sdk release-notes github-release semver csharp
skill ★ 4,275

Automate Semantic Versioning and SDK Bumping

Automates Semantic Versioning 2.0.0 assessment and SDK version bumping by analysing merged pull requests. It updates Directory.Build.props and creates a new pull request for the updated version.

modelcontextprotocol/csharp-sdk semver sdk-management csharp automation
skill ★ 4,275

Automates C# SDK Release Preparation and PR

This skill automates the entire release cycle for C# SDKs, assessing Semantic Versioning, running API compatibility and diff checks, and updating documentation. It generates a comprehensive pull request containing all necessary versioning a…

modelcontextprotocol/csharp-sdk csharp semver api-diff release-management
skill ★ 23

Automated repository release and deployment workflow

This skill automates the entire release cycle, merging the development branch into main, and detecting whether the release is a planned milestone or an incremental patch. It manages semantic versioning, tags the repository, and executes dep…

markmhendrickson/neotoma release-management semver deployment git-workflow
skill ★ 119

End-to-End Software Release and Versioning Workflow

Guides the end-to-end process for publishing stable or prerelease versions, handling version bumping, generating comprehensive release notes, and pushing tags to trigger CI/CD pipelines.

deusXmachina-dev/memorylane release versioning git semver
skill ★ 119

Semantic versioning release workflow automation

This skill guides the developer through the complete semantic versioning release process, including updating package metadata, generating release notes, and committing/tagging the changes. It ensures all necessary steps, from linting to pus…

deusXmachina-dev/memorylane git semver release ci-cd
skill ★ 158

Reliable release tag resolution in workflows

This skill provides robust methods for recovering annotated release tags or version numbers when a GitHub workflow is triggered via workflow_run. It advises developers on using git tag lookups against the head SHA to ensure accurate version…

sbroenne/mcp-server-excel github-actions workflow-run tag-resolution git-api
skill ★ 3,020

Automated release branch and changelog creation

Automates the creation of release branches by calculating the next semantic version, generating a formatted CHANGELOG.md from git history, and opening a pull request.

grafana/mcp-grafana git semver changelog github-actions
skill ★ 291

Generate semver changeset files

Automates the creation of markdown changeset files in the .changeset/ directory to manage package version bumps. It handles semver-based bump levels and ensures correct formatting for changelog generation.

OpenZeppelin/contracts-wizard semver package-management changelog version-control