From 1060fa4e5ec09f666f9a72497ec8717a92088864 Mon Sep 17 00:00:00 2001 From: kirillk Date: Thu, 4 Jun 2026 12:35:42 -0400 Subject: [PATCH] docs(jetbrains): reference release skill --- packages/kilo-jetbrains/RELEASING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/kilo-jetbrains/RELEASING.md b/packages/kilo-jetbrains/RELEASING.md index e08d34d98c..47d65e0f5c 100644 --- a/packages/kilo-jetbrains/RELEASING.md +++ b/packages/kilo-jetbrains/RELEASING.md @@ -4,6 +4,12 @@ JetBrains releases are locked by an immediate `jetbrains/v` tag, then g The published code comes from `jetbrains/v`. Marketplace and GitHub release notes come from the reviewed changelog merged in the release PR. +## Skill-Assisted Release + +Maintainers can use the Kilo `release-jetbrains` skill to drive this process from a version request such as `next rc` or an explicit version. The skill resolves and confirms the version, dispatches and watches the prepare workflow, helps produce a filtered human-readable JetBrains/CLI changelog draft, commits the reviewed changelog to the release PR, and watches publishing after the PR is merged. + +The skill lives at `.kilo/skills/release-jetbrains/SKILL.md`. It does not move or recreate release tags, and merge permission is only required if the user explicitly asks the skill to merge the release PR automatically. + ## Create Release Tag And PR 1. Open the GitHub Actions workflow: