release

Automates Levante release process with version bumps, tags, and draft notes.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/niduran-orion/krnl-desk --skill release-niduran-orion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/niduran-orion/krnl-desk/tree/main/.claude/skills/release
Command: npx skills add https://github.com/niduran-orion/krnl-desk --skill release-niduran-orion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The release process is manual and error-prone, involving multiple steps such as version bumps, annotated tags, pushes, CI waits, and preparing release notes. This Skill automates those steps to provide a reliable, auditable release flow from develop (beta) or main (stable).

Core Features & Use Cases

  • Version bump and chore commits, ensuring consistent semantic versioning.
  • Create annotated tags and push them to origin, with optional CI wait for validation.
  • Generate draft release notes automatically and publish when ready.
  • Designed for branch strategies where develop yields beta releases and main yields stable releases.

Quick Start

Run the release flow in dry-run mode to preview changes, then confirm to execute the full pipeline.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate git versioning and draft release creation?

Automate git versioning and draft release creation by bumping versions, creating annotated tags, pushing to origin, and publishing draft releases with auto-generated notes. The pipeline uses script-driven steps for deterministic execution and safe rollback.

Does this automation support beta releases from a develop branch?

Yes, this release automation supports beta releases from a develop branch and stable releases from main. It applies standardized semantic versioning and chore commits tailored to your specific branch strategy.

How do I preview a version bump and release pipeline before execution?

Preview a version bump and release pipeline by running the flow in dry-run mode. This allows you to preview changes safely, after which you can confirm to execute the full pipeline.

Can I wait for CI validation before publishing a draft release?

Yes, you can wait for CI validation before publishing a draft release. The flow creates annotated tags and pushes them to origin with an optional CI wait to ensure validation passes.

Why do manual release processes fail and how does automation fix them?

Manual release processes fail due to error-prone steps like version bumps, annotated tags, CI waits, and release notes. Automation fixes this by providing a reliable, auditable release flow with guardrails for user confirmation and safe rollback.