release

Manage software releases with version bumping, git tagging, and deployment orchestration.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/emergent-company/emergent.memory --skill release-emergent-company
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/emergent-company/emergent.memory/tree/main/.opencode/skills/release
Command: npx skills add https://github.com/emergent-company/emergent.memory --skill release-emergent-company

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of creating, tagging, and deploying new software versions, ensuring consistency and reducing manual effort.

Core Features & Use Cases

  • Version Management: Handles version bumping across multiple files (VERSION, OpenAPI spec).
  • Git Workflow: Automates tagging, committing, and pushing of release branches.
  • CI/CD Integration: Triggers automated builds, Docker image creation, and GitHub Releases.
  • Deployment: Facilitates server upgrades via SSH.
  • Use Case: A developer needs to release a new feature. They can use this skill to bump the version, commit the changes, tag the release, push it to the repository, and then deploy it to staging and production servers.

Quick Start

Use the release skill to create a new version 1.2.3 release.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate software release versioning and git tagging?

Automate software release versioning and git tagging by bumping version numbers across multiple files, committing changes, and pushing tags to your repository.

What is the best way to manage consistent versioning across code, Docker images, and OpenAPI specs?

Manage consistent versioning by synchronizing version bumps across your codebase, Docker images, and OpenAPI specifications, ensuring all artifacts match the target release tag.

How do I trigger CI/CD pipelines for deploying new versions?

Trigger CI/CD pipelines for deploying new versions by pushing git tags, which initiates automated builds, Docker image creation, and server upgrades via SSH.

Can I deploy releases directly to staging and production servers via SSH?

Yes, you can deploy releases directly to staging and production servers via SSH, facilitating automated server upgrades immediately after the build artifacts are generated.

Does this release automation tool support creating GitHub Releases?

Yes, this release automation tool supports GitHub Releases, integrating the creation of release artifacts directly into the automated CI/CD pipeline workflow.