Tag: semver
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 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.
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…
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.
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…
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…
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.
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…
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…
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.
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.