release-manager

Automate morphir-dotnet release management across GitHub Actions and NuGet publishing.

14|12|Updated Mar 30, 2020
One-click install
npx skills add https://github.com/finos/morphir-dotnet --skill release-manager-finos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-manager
Source: https://github.com/finos/morphir-dotnet/tree/main/.claude/skills/release-manager
Command: npx skills add https://github.com/finos/morphir-dotnet --skill release-manager-finos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Morphir release lifecycles are complex and error-prone, requiring manual coordination across planning, execution, and verification. This Skill automates the end-to-end release process, improving consistency, traceability, and delivery velocity.

Core Features & Use Cases

  • Release preparation validation and version suggestion
  • Trigger deployment workflows, monitor progress, and capture failures
  • Validate published packages, coordinate QA handoff, and produce release notes
  • Update CHANGELOG, generate "What's New" content, and maintain release playbooks
  • Resume failed releases and capture automated retrospective feedback
  • Integrate with tracking issues for status and visibility

Quick Start

Example: Prepare a release for v1.2.3 by running the pre-flight checks, then trigger the deployment and monitor progress with the provided scripts.

Frequently Asked Questions about release-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate NuGet publishing and GitHub Actions releases end-to-end?

You can automate NuGet publishing and GitHub Actions releases end-to-end by using an automated release manager that handles preparation, deployment triggering, progress monitoring, and failure capture to ensure reliable delivery.

What is the best way to validate a package release before deployment?

The best way to validate a package release before deployment is to run pre-flight preparation checks that suggest versions and verify release readiness, preventing errors before triggering deployment workflows.

Can I resume a failed GitHub Actions deployment workflow automatically?

Yes, you can resume a failed GitHub Actions deployment workflow by using automated release recovery features that capture failures, allowing you to pick up the process without restarting from scratch.

How do I generate release notes and update a changelog after a NuGet deployment?

You can generate release notes and update a changelog after a NuGet deployment by automating post-release verification, coordinating QA handoff, and producing documentation including What's New content.

Does automated release management support capturing retrospective feedback for CI/CD pipelines?

Automated release management supports capturing retrospective feedback for CI/CD pipelines by logging automated feedback and integrating with tracking issues to maintain visibility throughout the release lifecycle.

Related Skills