From 533a880bb32b435fb0809177f3228cc65c19feb6 Mon Sep 17 00:00:00 2001 From: Mark IJbema Date: Tue, 3 Mar 2026 17:08:52 +0100 Subject: [PATCH] Update RELEASING.md Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com> --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 16b39fcf3e..ee2e8b465f 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,6 +1,6 @@ # Releasing Kilo Code -Kilocode uses a fully automated CI pipeline triggered via GitHub Actions `workflow_dispatch`. A single workflow handles version bumping, building all artifacts, publishing to every distribution channel, and updating package registries. +Kilo Code uses a fully automated CI pipeline triggered via GitHub Actions `workflow_dispatch`. A single workflow handles version bumping, building all artifacts, publishing to every distribution channel, and updating package registries. ## How to Trigger a Release