From da0fd6e6c4e6f55ed0c6b1fec0b8168aa19c87e7 Mon Sep 17 00:00:00 2001 From: Roomote Date: Sat, 16 May 2026 00:49:55 +0000 Subject: [PATCH 1/4] docs: add release confirmation gate before tagging --- .roo/commands/release.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.roo/commands/release.md b/.roo/commands/release.md index 19c35c5082..e58f1eba40 100644 --- a/.roo/commands/release.md +++ b/.roo/commands/release.md @@ -95,16 +95,28 @@ mode: code - If the release includes translated README or package-localization updates, include those files in the same PR. - Let the release validation workflow and normal PR checks run before merge. -12. After the release PR is merged, create the release tag on the resulting `main` commit: +12. After the release PR is merged, stop for a release review on the resulting `main` commit. ```bash git switch main git pull origin main + git rev-parse --short HEAD + ``` + + - Review the merged release state before any publish step. + - Confirm that `src/package.json`, `CHANGELOG.md`, `src/CHANGELOG.md`, and the Marketplace-facing `README.md` all reflect the intended release. + - Check that the release PR checks passed and that the merged commit is the one you want to ship. + - Share that review summary with the user and wait for explicit confirmation before creating the tag. + - Do not create the tag or trigger publishing until the user says to proceed. + +13. Only after explicit confirmation, create the release tag on that reviewed `main` commit: + + ```bash git tag v[version] git push origin v[version] ``` -13. The stable publish workflow runs from the `v[version]` tag. +14. The stable publish workflow runs from the `v[version]` tag. - Do not create the tag before the release PR is merged. - The publish workflow validates that the tag version matches `src/package.json`. From 33245f07efb4406dfa12d5d69fb8ee6110f125be Mon Sep 17 00:00:00 2001 From: Roomote Date: Sat, 16 May 2026 00:52:25 +0000 Subject: [PATCH 2/4] docs: sync 3.54 release readmes on main --- README.md | 4 ++-- locales/ca/README.md | 4 ++-- locales/de/README.md | 4 ++-- locales/es/README.md | 4 ++-- locales/fr/README.md | 4 ++-- locales/hi/README.md | 4 ++-- locales/id/README.md | 4 ++-- locales/it/README.md | 4 ++-- locales/ja/README.md | 4 ++-- locales/ko/README.md | 4 ++-- locales/nl/README.md | 4 ++-- locales/pl/README.md | 4 ++-- locales/pt-BR/README.md | 4 ++-- locales/ru/README.md | 4 ++-- locales/tr/README.md | 4 ++-- locales/vi/README.md | 4 ++-- locales/zh-CN/README.md | 4 ++-- locales/zh-TW/README.md | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index b251a11903..cb6c1e7fc5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/VxfP4Vx3gX) for this exact support, so if you are having problems or if you have question, jump on and ask. -## What's New in v3.55.0 +## What's New in v3.54.0 **Initial Zoo Code release** — establishes Zoo Code as an independent extension on the VS Code Marketplace under `ZooCodeOrganization.zoo-code`, with @@ -87,7 +87,7 @@ pre-release builds published automatically on every merge to `main`. - [简体中文](locales/zh-CN/README.md) - [繁體中文](locales/zh-TW/README.md) - ... - + --- diff --git a/locales/ca/README.md b/locales/ca/README.md index 36f187d884..923391329a 100644 --- a/locales/ca/README.md +++ b/locales/ca/README.md @@ -30,7 +30,7 @@ Pots trobar una guia ràpida per passar de Roo Code a Zoo Code a la [guia de migració Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Volem ajudar tant com puguem durant la transició, i per això tens el nostre [Reddit](https://www.reddit.com/r/ZooCode) i [Discord](https://discord.gg/VxfP4Vx3gX) per a aquest suport. Si tens problemes o alguna pregunta, entra i pregunta. -## Novetats a la v3.55.0 +## Novetats a la v3.54.0 **Llançament inicial de Zoo Code** — estableix Zoo Code com una extensió independent al VS Code Marketplace sota `ZooCodeOrganization.zoo-code`, amb versions pre-release publicades automàticament a cada merge a `main`. @@ -62,7 +62,7 @@ Pots trobar una guia ràpida per passar de Roo Code a Zoo Code a la [guia de mig - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/de/README.md b/locales/de/README.md index 0b18e884fd..06b581624d 100644 --- a/locales/de/README.md +++ b/locales/de/README.md @@ -30,7 +30,7 @@ Eine kurze Anleitung für den Wechsel von Roo Code zu Zoo Code findest du im [Roo→Zoo-Migrationsleitfaden](https://docs.zoocode.dev/roo-to-zoo-migration). Wir wollen Nutzer beim Umstieg so gut wie möglich unterstützen, und genau dafür sind unser [Reddit](https://www.reddit.com/r/ZooCode) und [Discord](https://discord.gg/VxfP4Vx3gX) da. Wenn du Probleme hast oder Fragen auftauchen, komm vorbei und frag nach. -## Neu in v3.55.0 +## Neu in v3.54.0 **Erste Zoo Code-Version** — etabliert Zoo Code als unabhängige Erweiterung im VS Code Marketplace unter `ZooCodeOrganization.zoo-code`, wobei pre-release Builds nach jedem Merge in `main` automatisch veröffentlicht werden. @@ -62,7 +62,7 @@ Eine kurze Anleitung für den Wechsel von Roo Code zu Zoo Code findest du im [Ro - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/es/README.md b/locales/es/README.md index 492a82318f..af313886aa 100644 --- a/locales/es/README.md +++ b/locales/es/README.md @@ -30,7 +30,7 @@ Puedes encontrar una guía rápida para pasar de Roo Code a Zoo Code en la [guía de migración Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Queremos ayudar a los usuarios durante la transición, y para eso tenemos nuestro [Reddit](https://www.reddit.com/r/ZooCode) y [Discord](https://discord.gg/VxfP4Vx3gX). Si tienes problemas o alguna pregunta, entra y pregúntanos. -## Novedades de la v3.55.0 +## Novedades de la v3.54.0 **Lanzamiento inicial de Zoo Code** — establece Zoo Code como una extensión independiente en VS Code Marketplace bajo `ZooCodeOrganization.zoo-code`, con compilaciones pre-release publicadas automáticamente en cada merge a `main`. @@ -62,7 +62,7 @@ Puedes encontrar una guía rápida para pasar de Roo Code a Zoo Code en la [guí - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/fr/README.md b/locales/fr/README.md index b9e12789c3..3dbbecf4d3 100644 --- a/locales/fr/README.md +++ b/locales/fr/README.md @@ -30,7 +30,7 @@ Tu peux trouver un guide rapide pour passer de Roo Code à Zoo Code dans le [guide de migration Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). On veut aider au maximum pendant la transition, et notre [Reddit](https://www.reddit.com/r/ZooCode) et notre [Discord](https://discord.gg/VxfP4Vx3gX) sont là pour ça. Si tu rencontres un problème ou si tu as une question, viens demander. -## Nouveautés de la v3.55.0 +## Nouveautés de la v3.54.0 **Première version de Zoo Code** — établit Zoo Code comme une extension indépendante sur le VS Code Marketplace sous `ZooCodeOrganization.zoo-code`, avec des builds pre-release publiés automatiquement après chaque merge sur `main`. @@ -62,7 +62,7 @@ Tu peux trouver un guide rapide pour passer de Roo Code à Zoo Code dans le [gui - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/hi/README.md b/locales/hi/README.md index 09397bac8d..4b059fbbbe 100644 --- a/locales/hi/README.md +++ b/locales/hi/README.md @@ -30,7 +30,7 @@ Roo Code से Zoo Code में आने के लिए एक quick guide तुम्हें [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration) में मिल जाएगी। We plan to help users as much as possible during the transition, और उसी support के लिए हमारा [Reddit](https://www.reddit.com/r/ZooCode) और [Discord](https://discord.gg/VxfP4Vx3gX) है। अगर तुम्हें कोई problem हो या कोई question हो, आकर पूछो। -## v3.55.0 में नया क्या है +## v3.54.0 में नया क्या है **Zoo Code का शुरुआती release** — Zoo Code को `ZooCodeOrganization.zoo-code` नाम से VS Code Marketplace पर एक independent extension के रूप में स्थापित करता है, जहां `main` में हर merge पर pre-release builds अपने आप publish होती हैं। @@ -62,7 +62,7 @@ Roo Code से Zoo Code में आने के लिए एक quick guide - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/id/README.md b/locales/id/README.md index 6144c2eee8..7dee335c19 100644 --- a/locales/id/README.md +++ b/locales/id/README.md @@ -30,7 +30,7 @@ Kamu bisa menemukan panduan singkat untuk berpindah dari Roo Code ke Zoo Code di [panduan migrasi Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Kami ingin membantu pengguna semaksimal mungkin selama masa transisi, dan itulah gunanya [Reddit](https://www.reddit.com/r/ZooCode) dan [Discord](https://discord.gg/VxfP4Vx3gX) kami. Kalau kamu mengalami masalah atau punya pertanyaan, langsung mampir dan tanya. -## Yang Baru di v3.55.0 +## Yang Baru di v3.54.0 **Rilis awal Zoo Code** — menetapkan Zoo Code sebagai extension independen di VS Code Marketplace dengan nama `ZooCodeOrganization.zoo-code`, dengan build pre-release yang dipublikasikan otomatis setiap kali ada merge ke `main`. @@ -62,7 +62,7 @@ Kamu bisa menemukan panduan singkat untuk berpindah dari Roo Code ke Zoo Code di - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/it/README.md b/locales/it/README.md index 4bd39f11d8..21efd54f7a 100644 --- a/locales/it/README.md +++ b/locales/it/README.md @@ -30,7 +30,7 @@ Puoi trovare una guida rapida per passare da Roo Code a Zoo Code nella [guida alla migrazione Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Vogliamo aiutare gli utenti il più possibile durante la transizione, e per questo abbiamo il nostro [Reddit](https://www.reddit.com/r/ZooCode) e il nostro [Discord](https://discord.gg/VxfP4Vx3gX). Se hai problemi o domande, passa pure e chiedi. -## Novità in v3.55.0 +## Novità in v3.54.0 **Release iniziale di Zoo Code** — rende Zoo Code un'estensione indipendente sul VS Code Marketplace con il nome `ZooCodeOrganization.zoo-code`, con build pre-release pubblicate automaticamente a ogni merge su `main`. @@ -62,7 +62,7 @@ Puoi trovare una guida rapida per passare da Roo Code a Zoo Code nella [guida al - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/ja/README.md b/locales/ja/README.md index fe9064dec8..cbbd22b61a 100644 --- a/locales/ja/README.md +++ b/locales/ja/README.md @@ -30,7 +30,7 @@ Roo Code から Zoo Code へ移行するためのクイックガイドは、[Roo→Zoo 移行ガイド](https://docs.zoocode.dev/roo-to-zoo-migration) で確認できます。移行中のユーザーをできるだけ支援したいと考えていて、そのために [Reddit](https://www.reddit.com/r/ZooCode) と [Discord](https://discord.gg/VxfP4Vx3gX) を用意しています。困ったことや質問があれば、気軽に参加して聞いてください。 -## v3.55.0 の新機能 +## v3.54.0 の新機能 **Zoo Code の初回リリース** — `ZooCodeOrganization.zoo-code` として VS Code Marketplace 上の独立した拡張機能となり、`main` への merge ごとに pre-release ビルドが自動公開されます。 @@ -62,7 +62,7 @@ Roo Code から Zoo Code へ移行するためのクイックガイドは、[Roo - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/ko/README.md b/locales/ko/README.md index f7b814bc4e..abc4686586 100644 --- a/locales/ko/README.md +++ b/locales/ko/README.md @@ -30,7 +30,7 @@ Roo Code에서 Zoo Code로 옮겨오는 빠른 가이드는 [Roo→Zoo 마이그레이션 가이드](https://docs.zoocode.dev/roo-to-zoo-migration)에서 확인할 수 있어. 전환하는 동안 사용자들을 최대한 돕고 싶고, 바로 그 지원을 위해 [Reddit](https://www.reddit.com/r/ZooCode)와 [Discord](https://discord.gg/VxfP4Vx3gX)를 운영하고 있어. 문제가 있거나 궁금한 점이 있으면 들어와서 편하게 물어봐. -## v3.55.0의 새로운 기능 +## v3.54.0의 새로운 기능 **Zoo Code의 첫 릴리스** — `ZooCodeOrganization.zoo-code`라는 이름으로 VS Code Marketplace에 독립적인 확장 프로그램으로 자리 잡았고, `main`에 merge 될 때마다 pre-release 빌드가 자동으로 게시됩니다. @@ -62,7 +62,7 @@ Roo Code에서 Zoo Code로 옮겨오는 빠른 가이드는 [Roo→Zoo 마이그 - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/nl/README.md b/locales/nl/README.md index 92ce3c21e7..84c13cca7b 100644 --- a/locales/nl/README.md +++ b/locales/nl/README.md @@ -30,7 +30,7 @@ Je vindt een korte handleiding voor de overstap van Roo Code naar Zoo Code in de [Roo→Zoo-migratiegids](https://docs.zoocode.dev/roo-to-zoo-migration). We willen gebruikers zo goed mogelijk helpen tijdens de overgang, en precies daarvoor zijn onze [Reddit](https://www.reddit.com/r/ZooCode) en [Discord](https://discord.gg/VxfP4Vx3gX) er. Als je ergens tegenaan loopt of vragen hebt, kom langs en vraag het. -## Nieuw in v3.55.0 +## Nieuw in v3.54.0 **Eerste Zoo Code-release** — maakt Zoo Code een onafhankelijke extensie in de VS Code Marketplace onder `ZooCodeOrganization.zoo-code`, met pre-release builds die automatisch worden gepubliceerd na elke merge naar `main`. @@ -62,7 +62,7 @@ Je vindt een korte handleiding voor de overstap van Roo Code naar Zoo Code in de - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/pl/README.md b/locales/pl/README.md index 4553cd7778..ad3c7daba6 100644 --- a/locales/pl/README.md +++ b/locales/pl/README.md @@ -30,7 +30,7 @@ Szybki przewodnik po przejściu z Roo Code do Zoo Code znajdziesz w [przewodniku migracji Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Chcemy jak najlepiej pomagać użytkownikom w czasie przejścia i właśnie do tego służą nasze [Reddit](https://www.reddit.com/r/ZooCode) oraz [Discord](https://discord.gg/VxfP4Vx3gX). Jeśli masz problem albo pytanie, wpadaj i pytaj. -## Nowości w v3.55.0 +## Nowości w v3.54.0 **Pierwsze wydanie Zoo Code** — ustanawia Zoo Code jako niezależne rozszerzenie w VS Code Marketplace pod nazwą `ZooCodeOrganization.zoo-code`, a buildy pre-release są publikowane automatycznie po każdym merge do `main`. @@ -62,7 +62,7 @@ Szybki przewodnik po przejściu z Roo Code do Zoo Code znajdziesz w [przewodniku - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/pt-BR/README.md b/locales/pt-BR/README.md index b16de660c5..1ffd0902ea 100644 --- a/locales/pt-BR/README.md +++ b/locales/pt-BR/README.md @@ -30,7 +30,7 @@ Você encontra um guia rápido para migrar do Roo Code para o Zoo Code no [guia de migração Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Queremos ajudar os usuários durante essa transição da melhor forma possível, e é exatamente para isso que temos nosso [Reddit](https://www.reddit.com/r/ZooCode) e nosso [Discord](https://discord.gg/VxfP4Vx3gX). Se você tiver algum problema ou dúvida, apareça por lá e pergunte. -## Novidades na v3.55.0 +## Novidades na v3.54.0 **Lançamento inicial do Zoo Code** — estabelece o Zoo Code como uma extensão independente no VS Code Marketplace sob `ZooCodeOrganization.zoo-code`, com builds pre-release publicados automaticamente a cada merge na `main`. @@ -62,7 +62,7 @@ Você encontra um guia rápido para migrar do Roo Code para o Zoo Code no [guia - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/ru/README.md b/locales/ru/README.md index b8ca410121..ee4b8681ef 100644 --- a/locales/ru/README.md +++ b/locales/ru/README.md @@ -30,7 +30,7 @@ Короткое руководство по переходу с Roo Code на Zoo Code можно найти в [гайде по миграции Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Мы хотим как можно лучше помочь пользователям во время перехода, и именно для этого у нас есть [Reddit](https://www.reddit.com/r/ZooCode) и [Discord](https://discord.gg/VxfP4Vx3gX). Если у тебя возникнут проблемы или вопросы, заходи и спрашивай. -## Что нового в v3.55.0 +## Что нового в v3.54.0 **Первый релиз Zoo Code** — делает Zoo Code независимым расширением в VS Code Marketplace под именем `ZooCodeOrganization.zoo-code`, а pre-release сборки автоматически публикуются после каждого merge в `main`. @@ -62,7 +62,7 @@ - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/tr/README.md b/locales/tr/README.md index 689ab9ee46..3b7d2a2258 100644 --- a/locales/tr/README.md +++ b/locales/tr/README.md @@ -30,7 +30,7 @@ Roo Code'dan Zoo Code'a geçmek için hızlı bir rehberi [Roo→Zoo geçiş rehberinde](https://docs.zoocode.dev/roo-to-zoo-migration) bulabilirsin. Geçiş sürecinde kullanıcılara elimizden geldiğince yardımcı olmak istiyoruz ve bunun için [Reddit](https://www.reddit.com/r/ZooCode) ile [Discord](https://discord.gg/VxfP4Vx3gX) topluluklarımız var. Bir sorun yaşarsan ya da sorunun olursa gel ve sor. -## v3.55.0'daki Yenilikler +## v3.54.0'daki Yenilikler **Zoo Code'un ilk sürümü** — Zoo Code'u `ZooCodeOrganization.zoo-code` adıyla VS Code Marketplace'te bağımsız bir uzantı olarak konumlandırır ve `main` dalına yapılan her merge sonrasında pre-release sürümleri otomatik olarak yayımlar. @@ -62,7 +62,7 @@ Roo Code'dan Zoo Code'a geçmek için hızlı bir rehberi [Roo→Zoo geçiş reh - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/vi/README.md b/locales/vi/README.md index 6c6ed67c44..546e88f3ad 100644 --- a/locales/vi/README.md +++ b/locales/vi/README.md @@ -30,7 +30,7 @@ Bạn có thể xem hướng dẫn nhanh để chuyển từ Roo Code sang Zoo Code trong [hướng dẫn chuyển đổi Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Chúng tôi muốn hỗ trợ người dùng nhiều nhất có thể trong quá trình chuyển đổi, và đó chính là lý do chúng tôi có [Reddit](https://www.reddit.com/r/ZooCode) và [Discord](https://discord.gg/VxfP4Vx3gX). Nếu bạn gặp vấn đề hoặc có câu hỏi, cứ vào hỏi nhé. -## Điểm mới trong v3.55.0 +## Điểm mới trong v3.54.0 **Bản phát hành đầu tiên của Zoo Code** — đưa Zoo Code trở thành một extension độc lập trên VS Code Marketplace với tên `ZooCodeOrganization.zoo-code`, đồng thời các bản build pre-release sẽ được phát hành tự động sau mỗi lần merge vào `main`. @@ -62,7 +62,7 @@ Bạn có thể xem hướng dẫn nhanh để chuyển từ Roo Code sang Zoo C - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/zh-CN/README.md b/locales/zh-CN/README.md index 160efd84f7..17d381920e 100644 --- a/locales/zh-CN/README.md +++ b/locales/zh-CN/README.md @@ -30,7 +30,7 @@ 你可以在 [Roo→Zoo 迁移指南](https://docs.zoocode.dev/roo-to-zoo-migration) 中找到从 Roo Code 迁移到 Zoo Code 的快速说明。我们希望在大家迁移过程中尽可能提供帮助,这也是我们设立 [Reddit](https://www.reddit.com/r/ZooCode) 和 [Discord](https://discord.gg/VxfP4Vx3gX) 社区的原因。如果你遇到问题或有任何疑问,欢迎加入后直接提问。 -## v3.55.0 新增内容 +## v3.54.0 新增内容 **Zoo Code 首次发布** —— Zoo Code 现已作为独立扩展在 VS Code Marketplace 上线,标识为 `ZooCodeOrganization.zoo-code`,并会在每次 merge 到 `main` 后自动发布 pre-release 构建。 @@ -62,7 +62,7 @@ - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/zh-TW/README.md b/locales/zh-TW/README.md index c90603cdd6..67c4743cff 100644 --- a/locales/zh-TW/README.md +++ b/locales/zh-TW/README.md @@ -30,7 +30,7 @@ 你可以在 [Roo→Zoo 遷移指南](https://docs.zoocode.dev/roo-to-zoo-migration) 中找到從 Roo Code 遷移到 Zoo Code 的快速說明。我們希望在大家轉移過程中盡可能提供協助,這也是我們設立 [Reddit](https://www.reddit.com/r/ZooCode) 和 [Discord](https://discord.gg/VxfP4Vx3gX) 社群的原因。如果你遇到問題或有任何疑問,歡迎加入後直接提問。 -## v3.55.0 新功能 +## v3.54.0 新功能 **Zoo Code 首次發行** —— Zoo Code 現在已作為獨立擴充套件上架 VS Code Marketplace,識別名稱為 `ZooCodeOrganization.zoo-code`,並且每次 merge 到 `main` 後都會自動發佈 pre-release 版本。 @@ -62,7 +62,7 @@ - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- From 0eb59aa9e8007bdfb73b4e46d1977fd65c955039 Mon Sep 17 00:00:00 2001 From: Roomote Date: Sat, 16 May 2026 01:00:09 +0000 Subject: [PATCH 3/4] chore: prepare v3.54.1 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 4 ++-- locales/ca/README.md | 4 ++-- locales/de/README.md | 4 ++-- locales/es/README.md | 4 ++-- locales/fr/README.md | 4 ++-- locales/hi/README.md | 4 ++-- locales/id/README.md | 4 ++-- locales/it/README.md | 4 ++-- locales/ja/README.md | 4 ++-- locales/ko/README.md | 4 ++-- locales/nl/README.md | 4 ++-- locales/pl/README.md | 4 ++-- locales/pt-BR/README.md | 4 ++-- locales/ru/README.md | 4 ++-- locales/tr/README.md | 4 ++-- locales/vi/README.md | 4 ++-- locales/zh-CN/README.md | 4 ++-- locales/zh-TW/README.md | 4 ++-- src/package.json | 2 +- 20 files changed, 59 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8803b75bc..5234acb2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to Zoo Code will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and Zoo Code uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.54.1 + +### Patch Changes + +- Fix Anthropic Opus 4.7 when reasoning is enabled (PR #111 by @app/roomote) +- Fix the OpenAI Compatible onboarding form starting above the viewport (PR #113 by @app/roomote) +- Fix settings and Marketplace access after importing Roo Router settings (PR #109 by @app/roomote) +- Fix the setup announcement origin and load LM Studio models on first open (PR #97 by @app/roomote) +- Fix Discord invite links that still pointed to the old Zoo Code server (PR #107 by @app/roomote) +- Fix support links that opened the wrong GitHub repository (PR #77 by @app/roomote) +- Refresh Zoo Code branding across docs and metadata (PR #85 by @taltas) +- Clarify Zoo Code migration messaging in the README (PR #99 by @taltas) +- Keep settings regression coverage in the webview-ui test suite (PR #95 by @app/roomote) +- Clean up skipped extension package tests (PR #110 by @app/roomote) +- Add DeepSeek V4 end-to-end coverage (PR #72 by @app/roomote) +- Use repo collaborators as the default code owners (PR #96 by @app/roomote) +- Use a single PR flow for extension releases (PR #142 by @app/roomote) +- Update `isbinaryfile` to `5.0.7` (PR #88 by @f14XuanLv) +- Update `@dotenvx/dotenvx` to `1.66.0` (PR #61 by @app/renovate) +- Update `lint-staged` to `16.4.0` (PR #64 by @app/renovate) +- Update Node.js to `20.20.2` (PR #65 by @app/renovate) + ## [3.54.0] - 2026-05-08 ### Added diff --git a/README.md b/README.md index cb6c1e7fc5..3c954bcfee 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/VxfP4Vx3gX) for this exact support, so if you are having problems or if you have question, jump on and ask. -## What's New in v3.54.0 +## What's New in v3.54.1 **Initial Zoo Code release** — establishes Zoo Code as an independent extension on the VS Code Marketplace under `ZooCodeOrganization.zoo-code`, with @@ -87,7 +87,7 @@ pre-release builds published automatically on every merge to `main`. - [简体中文](locales/zh-CN/README.md) - [繁體中文](locales/zh-TW/README.md) - ... - + --- diff --git a/locales/ca/README.md b/locales/ca/README.md index 923391329a..ceb134b3b9 100644 --- a/locales/ca/README.md +++ b/locales/ca/README.md @@ -30,7 +30,7 @@ Pots trobar una guia ràpida per passar de Roo Code a Zoo Code a la [guia de migració Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Volem ajudar tant com puguem durant la transició, i per això tens el nostre [Reddit](https://www.reddit.com/r/ZooCode) i [Discord](https://discord.gg/VxfP4Vx3gX) per a aquest suport. Si tens problemes o alguna pregunta, entra i pregunta. -## Novetats a la v3.54.0 +## Novetats a la v3.54.1 **Llançament inicial de Zoo Code** — estableix Zoo Code com una extensió independent al VS Code Marketplace sota `ZooCodeOrganization.zoo-code`, amb versions pre-release publicades automàticament a cada merge a `main`. @@ -62,7 +62,7 @@ Pots trobar una guia ràpida per passar de Roo Code a Zoo Code a la [guia de mig - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/de/README.md b/locales/de/README.md index 06b581624d..e2ecf8d32e 100644 --- a/locales/de/README.md +++ b/locales/de/README.md @@ -30,7 +30,7 @@ Eine kurze Anleitung für den Wechsel von Roo Code zu Zoo Code findest du im [Roo→Zoo-Migrationsleitfaden](https://docs.zoocode.dev/roo-to-zoo-migration). Wir wollen Nutzer beim Umstieg so gut wie möglich unterstützen, und genau dafür sind unser [Reddit](https://www.reddit.com/r/ZooCode) und [Discord](https://discord.gg/VxfP4Vx3gX) da. Wenn du Probleme hast oder Fragen auftauchen, komm vorbei und frag nach. -## Neu in v3.54.0 +## Neu in v3.54.1 **Erste Zoo Code-Version** — etabliert Zoo Code als unabhängige Erweiterung im VS Code Marketplace unter `ZooCodeOrganization.zoo-code`, wobei pre-release Builds nach jedem Merge in `main` automatisch veröffentlicht werden. @@ -62,7 +62,7 @@ Eine kurze Anleitung für den Wechsel von Roo Code zu Zoo Code findest du im [Ro - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/es/README.md b/locales/es/README.md index af313886aa..e33f66563c 100644 --- a/locales/es/README.md +++ b/locales/es/README.md @@ -30,7 +30,7 @@ Puedes encontrar una guía rápida para pasar de Roo Code a Zoo Code en la [guía de migración Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Queremos ayudar a los usuarios durante la transición, y para eso tenemos nuestro [Reddit](https://www.reddit.com/r/ZooCode) y [Discord](https://discord.gg/VxfP4Vx3gX). Si tienes problemas o alguna pregunta, entra y pregúntanos. -## Novedades de la v3.54.0 +## Novedades de la v3.54.1 **Lanzamiento inicial de Zoo Code** — establece Zoo Code como una extensión independiente en VS Code Marketplace bajo `ZooCodeOrganization.zoo-code`, con compilaciones pre-release publicadas automáticamente en cada merge a `main`. @@ -62,7 +62,7 @@ Puedes encontrar una guía rápida para pasar de Roo Code a Zoo Code en la [guí - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/fr/README.md b/locales/fr/README.md index 3dbbecf4d3..21d077b604 100644 --- a/locales/fr/README.md +++ b/locales/fr/README.md @@ -30,7 +30,7 @@ Tu peux trouver un guide rapide pour passer de Roo Code à Zoo Code dans le [guide de migration Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). On veut aider au maximum pendant la transition, et notre [Reddit](https://www.reddit.com/r/ZooCode) et notre [Discord](https://discord.gg/VxfP4Vx3gX) sont là pour ça. Si tu rencontres un problème ou si tu as une question, viens demander. -## Nouveautés de la v3.54.0 +## Nouveautés de la v3.54.1 **Première version de Zoo Code** — établit Zoo Code comme une extension indépendante sur le VS Code Marketplace sous `ZooCodeOrganization.zoo-code`, avec des builds pre-release publiés automatiquement après chaque merge sur `main`. @@ -62,7 +62,7 @@ Tu peux trouver un guide rapide pour passer de Roo Code à Zoo Code dans le [gui - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/hi/README.md b/locales/hi/README.md index 4b059fbbbe..ed13dd3957 100644 --- a/locales/hi/README.md +++ b/locales/hi/README.md @@ -30,7 +30,7 @@ Roo Code से Zoo Code में आने के लिए एक quick guide तुम्हें [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration) में मिल जाएगी। We plan to help users as much as possible during the transition, और उसी support के लिए हमारा [Reddit](https://www.reddit.com/r/ZooCode) और [Discord](https://discord.gg/VxfP4Vx3gX) है। अगर तुम्हें कोई problem हो या कोई question हो, आकर पूछो। -## v3.54.0 में नया क्या है +## v3.54.1 में नया क्या है **Zoo Code का शुरुआती release** — Zoo Code को `ZooCodeOrganization.zoo-code` नाम से VS Code Marketplace पर एक independent extension के रूप में स्थापित करता है, जहां `main` में हर merge पर pre-release builds अपने आप publish होती हैं। @@ -62,7 +62,7 @@ Roo Code से Zoo Code में आने के लिए एक quick guide - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/id/README.md b/locales/id/README.md index 7dee335c19..dbb9d21332 100644 --- a/locales/id/README.md +++ b/locales/id/README.md @@ -30,7 +30,7 @@ Kamu bisa menemukan panduan singkat untuk berpindah dari Roo Code ke Zoo Code di [panduan migrasi Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Kami ingin membantu pengguna semaksimal mungkin selama masa transisi, dan itulah gunanya [Reddit](https://www.reddit.com/r/ZooCode) dan [Discord](https://discord.gg/VxfP4Vx3gX) kami. Kalau kamu mengalami masalah atau punya pertanyaan, langsung mampir dan tanya. -## Yang Baru di v3.54.0 +## Yang Baru di v3.54.1 **Rilis awal Zoo Code** — menetapkan Zoo Code sebagai extension independen di VS Code Marketplace dengan nama `ZooCodeOrganization.zoo-code`, dengan build pre-release yang dipublikasikan otomatis setiap kali ada merge ke `main`. @@ -62,7 +62,7 @@ Kamu bisa menemukan panduan singkat untuk berpindah dari Roo Code ke Zoo Code di - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/it/README.md b/locales/it/README.md index 21efd54f7a..d231c6b2f6 100644 --- a/locales/it/README.md +++ b/locales/it/README.md @@ -30,7 +30,7 @@ Puoi trovare una guida rapida per passare da Roo Code a Zoo Code nella [guida alla migrazione Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Vogliamo aiutare gli utenti il più possibile durante la transizione, e per questo abbiamo il nostro [Reddit](https://www.reddit.com/r/ZooCode) e il nostro [Discord](https://discord.gg/VxfP4Vx3gX). Se hai problemi o domande, passa pure e chiedi. -## Novità in v3.54.0 +## Novità in v3.54.1 **Release iniziale di Zoo Code** — rende Zoo Code un'estensione indipendente sul VS Code Marketplace con il nome `ZooCodeOrganization.zoo-code`, con build pre-release pubblicate automaticamente a ogni merge su `main`. @@ -62,7 +62,7 @@ Puoi trovare una guida rapida per passare da Roo Code a Zoo Code nella [guida al - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/ja/README.md b/locales/ja/README.md index cbbd22b61a..feb5372a2a 100644 --- a/locales/ja/README.md +++ b/locales/ja/README.md @@ -30,7 +30,7 @@ Roo Code から Zoo Code へ移行するためのクイックガイドは、[Roo→Zoo 移行ガイド](https://docs.zoocode.dev/roo-to-zoo-migration) で確認できます。移行中のユーザーをできるだけ支援したいと考えていて、そのために [Reddit](https://www.reddit.com/r/ZooCode) と [Discord](https://discord.gg/VxfP4Vx3gX) を用意しています。困ったことや質問があれば、気軽に参加して聞いてください。 -## v3.54.0 の新機能 +## v3.54.1 の新機能 **Zoo Code の初回リリース** — `ZooCodeOrganization.zoo-code` として VS Code Marketplace 上の独立した拡張機能となり、`main` への merge ごとに pre-release ビルドが自動公開されます。 @@ -62,7 +62,7 @@ Roo Code から Zoo Code へ移行するためのクイックガイドは、[Roo - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/ko/README.md b/locales/ko/README.md index abc4686586..2d98f04a76 100644 --- a/locales/ko/README.md +++ b/locales/ko/README.md @@ -30,7 +30,7 @@ Roo Code에서 Zoo Code로 옮겨오는 빠른 가이드는 [Roo→Zoo 마이그레이션 가이드](https://docs.zoocode.dev/roo-to-zoo-migration)에서 확인할 수 있어. 전환하는 동안 사용자들을 최대한 돕고 싶고, 바로 그 지원을 위해 [Reddit](https://www.reddit.com/r/ZooCode)와 [Discord](https://discord.gg/VxfP4Vx3gX)를 운영하고 있어. 문제가 있거나 궁금한 점이 있으면 들어와서 편하게 물어봐. -## v3.54.0의 새로운 기능 +## v3.54.1의 새로운 기능 **Zoo Code의 첫 릴리스** — `ZooCodeOrganization.zoo-code`라는 이름으로 VS Code Marketplace에 독립적인 확장 프로그램으로 자리 잡았고, `main`에 merge 될 때마다 pre-release 빌드가 자동으로 게시됩니다. @@ -62,7 +62,7 @@ Roo Code에서 Zoo Code로 옮겨오는 빠른 가이드는 [Roo→Zoo 마이그 - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/nl/README.md b/locales/nl/README.md index 84c13cca7b..c03dedd19b 100644 --- a/locales/nl/README.md +++ b/locales/nl/README.md @@ -30,7 +30,7 @@ Je vindt een korte handleiding voor de overstap van Roo Code naar Zoo Code in de [Roo→Zoo-migratiegids](https://docs.zoocode.dev/roo-to-zoo-migration). We willen gebruikers zo goed mogelijk helpen tijdens de overgang, en precies daarvoor zijn onze [Reddit](https://www.reddit.com/r/ZooCode) en [Discord](https://discord.gg/VxfP4Vx3gX) er. Als je ergens tegenaan loopt of vragen hebt, kom langs en vraag het. -## Nieuw in v3.54.0 +## Nieuw in v3.54.1 **Eerste Zoo Code-release** — maakt Zoo Code een onafhankelijke extensie in de VS Code Marketplace onder `ZooCodeOrganization.zoo-code`, met pre-release builds die automatisch worden gepubliceerd na elke merge naar `main`. @@ -62,7 +62,7 @@ Je vindt een korte handleiding voor de overstap van Roo Code naar Zoo Code in de - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/pl/README.md b/locales/pl/README.md index ad3c7daba6..517ced2ba5 100644 --- a/locales/pl/README.md +++ b/locales/pl/README.md @@ -30,7 +30,7 @@ Szybki przewodnik po przejściu z Roo Code do Zoo Code znajdziesz w [przewodniku migracji Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Chcemy jak najlepiej pomagać użytkownikom w czasie przejścia i właśnie do tego służą nasze [Reddit](https://www.reddit.com/r/ZooCode) oraz [Discord](https://discord.gg/VxfP4Vx3gX). Jeśli masz problem albo pytanie, wpadaj i pytaj. -## Nowości w v3.54.0 +## Nowości w v3.54.1 **Pierwsze wydanie Zoo Code** — ustanawia Zoo Code jako niezależne rozszerzenie w VS Code Marketplace pod nazwą `ZooCodeOrganization.zoo-code`, a buildy pre-release są publikowane automatycznie po każdym merge do `main`. @@ -62,7 +62,7 @@ Szybki przewodnik po przejściu z Roo Code do Zoo Code znajdziesz w [przewodniku - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/pt-BR/README.md b/locales/pt-BR/README.md index 1ffd0902ea..8649e88e9b 100644 --- a/locales/pt-BR/README.md +++ b/locales/pt-BR/README.md @@ -30,7 +30,7 @@ Você encontra um guia rápido para migrar do Roo Code para o Zoo Code no [guia de migração Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Queremos ajudar os usuários durante essa transição da melhor forma possível, e é exatamente para isso que temos nosso [Reddit](https://www.reddit.com/r/ZooCode) e nosso [Discord](https://discord.gg/VxfP4Vx3gX). Se você tiver algum problema ou dúvida, apareça por lá e pergunte. -## Novidades na v3.54.0 +## Novidades na v3.54.1 **Lançamento inicial do Zoo Code** — estabelece o Zoo Code como uma extensão independente no VS Code Marketplace sob `ZooCodeOrganization.zoo-code`, com builds pre-release publicados automaticamente a cada merge na `main`. @@ -62,7 +62,7 @@ Você encontra um guia rápido para migrar do Roo Code para o Zoo Code no [guia - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/ru/README.md b/locales/ru/README.md index ee4b8681ef..c371b8b978 100644 --- a/locales/ru/README.md +++ b/locales/ru/README.md @@ -30,7 +30,7 @@ Короткое руководство по переходу с Roo Code на Zoo Code можно найти в [гайде по миграции Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Мы хотим как можно лучше помочь пользователям во время перехода, и именно для этого у нас есть [Reddit](https://www.reddit.com/r/ZooCode) и [Discord](https://discord.gg/VxfP4Vx3gX). Если у тебя возникнут проблемы или вопросы, заходи и спрашивай. -## Что нового в v3.54.0 +## Что нового в v3.54.1 **Первый релиз Zoo Code** — делает Zoo Code независимым расширением в VS Code Marketplace под именем `ZooCodeOrganization.zoo-code`, а pre-release сборки автоматически публикуются после каждого merge в `main`. @@ -62,7 +62,7 @@ - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/tr/README.md b/locales/tr/README.md index 3b7d2a2258..e99b0d543e 100644 --- a/locales/tr/README.md +++ b/locales/tr/README.md @@ -30,7 +30,7 @@ Roo Code'dan Zoo Code'a geçmek için hızlı bir rehberi [Roo→Zoo geçiş rehberinde](https://docs.zoocode.dev/roo-to-zoo-migration) bulabilirsin. Geçiş sürecinde kullanıcılara elimizden geldiğince yardımcı olmak istiyoruz ve bunun için [Reddit](https://www.reddit.com/r/ZooCode) ile [Discord](https://discord.gg/VxfP4Vx3gX) topluluklarımız var. Bir sorun yaşarsan ya da sorunun olursa gel ve sor. -## v3.54.0'daki Yenilikler +## v3.54.1'daki Yenilikler **Zoo Code'un ilk sürümü** — Zoo Code'u `ZooCodeOrganization.zoo-code` adıyla VS Code Marketplace'te bağımsız bir uzantı olarak konumlandırır ve `main` dalına yapılan her merge sonrasında pre-release sürümleri otomatik olarak yayımlar. @@ -62,7 +62,7 @@ Roo Code'dan Zoo Code'a geçmek için hızlı bir rehberi [Roo→Zoo geçiş reh - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/vi/README.md b/locales/vi/README.md index 546e88f3ad..ef5ba75b8f 100644 --- a/locales/vi/README.md +++ b/locales/vi/README.md @@ -30,7 +30,7 @@ Bạn có thể xem hướng dẫn nhanh để chuyển từ Roo Code sang Zoo Code trong [hướng dẫn chuyển đổi Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Chúng tôi muốn hỗ trợ người dùng nhiều nhất có thể trong quá trình chuyển đổi, và đó chính là lý do chúng tôi có [Reddit](https://www.reddit.com/r/ZooCode) và [Discord](https://discord.gg/VxfP4Vx3gX). Nếu bạn gặp vấn đề hoặc có câu hỏi, cứ vào hỏi nhé. -## Điểm mới trong v3.54.0 +## Điểm mới trong v3.54.1 **Bản phát hành đầu tiên của Zoo Code** — đưa Zoo Code trở thành một extension độc lập trên VS Code Marketplace với tên `ZooCodeOrganization.zoo-code`, đồng thời các bản build pre-release sẽ được phát hành tự động sau mỗi lần merge vào `main`. @@ -62,7 +62,7 @@ Bạn có thể xem hướng dẫn nhanh để chuyển từ Roo Code sang Zoo C - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/zh-CN/README.md b/locales/zh-CN/README.md index 17d381920e..bab13aa029 100644 --- a/locales/zh-CN/README.md +++ b/locales/zh-CN/README.md @@ -30,7 +30,7 @@ 你可以在 [Roo→Zoo 迁移指南](https://docs.zoocode.dev/roo-to-zoo-migration) 中找到从 Roo Code 迁移到 Zoo Code 的快速说明。我们希望在大家迁移过程中尽可能提供帮助,这也是我们设立 [Reddit](https://www.reddit.com/r/ZooCode) 和 [Discord](https://discord.gg/VxfP4Vx3gX) 社区的原因。如果你遇到问题或有任何疑问,欢迎加入后直接提问。 -## v3.54.0 新增内容 +## v3.54.1 新增内容 **Zoo Code 首次发布** —— Zoo Code 现已作为独立扩展在 VS Code Marketplace 上线,标识为 `ZooCodeOrganization.zoo-code`,并会在每次 merge 到 `main` 后自动发布 pre-release 构建。 @@ -62,7 +62,7 @@ - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/locales/zh-TW/README.md b/locales/zh-TW/README.md index 67c4743cff..4fa055cc82 100644 --- a/locales/zh-TW/README.md +++ b/locales/zh-TW/README.md @@ -30,7 +30,7 @@ 你可以在 [Roo→Zoo 遷移指南](https://docs.zoocode.dev/roo-to-zoo-migration) 中找到從 Roo Code 遷移到 Zoo Code 的快速說明。我們希望在大家轉移過程中盡可能提供協助,這也是我們設立 [Reddit](https://www.reddit.com/r/ZooCode) 和 [Discord](https://discord.gg/VxfP4Vx3gX) 社群的原因。如果你遇到問題或有任何疑問,歡迎加入後直接提問。 -## v3.54.0 新功能 +## v3.54.1 新功能 **Zoo Code 首次發行** —— Zoo Code 現在已作為獨立擴充套件上架 VS Code Marketplace,識別名稱為 `ZooCodeOrganization.zoo-code`,並且每次 merge 到 `main` 後都會自動發佈 pre-release 版本。 @@ -62,7 +62,7 @@ - [简体中文](../zh-CN/README.md) - [繁體中文](../zh-TW/README.md) - ... - + --- diff --git a/src/package.json b/src/package.json index 1fe7ed788b..9bb5d430e3 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "ZooCodeOrganization", - "version": "3.54.0", + "version": "3.54.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From c08dc96205b2cc9565a4942c2da27d0aadbb66db Mon Sep 17 00:00:00 2001 From: Roomote Date: Sat, 16 May 2026 01:05:02 +0000 Subject: [PATCH 4/4] docs: pin reviewed release commit before tagging --- .roo/commands/release.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.roo/commands/release.md b/.roo/commands/release.md index e58f1eba40..b3c49f42af 100644 --- a/.roo/commands/release.md +++ b/.roo/commands/release.md @@ -100,22 +100,25 @@ mode: code ```bash git switch main git pull origin main - git rev-parse --short HEAD + REVIEWED_SHA=$(git rev-parse HEAD) + git rev-parse --short "$REVIEWED_SHA" ``` - Review the merged release state before any publish step. - Confirm that `src/package.json`, `CHANGELOG.md`, `src/CHANGELOG.md`, and the Marketplace-facing `README.md` all reflect the intended release. - Check that the release PR checks passed and that the merged commit is the one you want to ship. - - Share that review summary with the user and wait for explicit confirmation before creating the tag. + - Share that review summary, including `REVIEWED_SHA`, with the user and wait for explicit confirmation before creating the tag. - Do not create the tag or trigger publishing until the user says to proceed. 13. Only after explicit confirmation, create the release tag on that reviewed `main` commit: ```bash - git tag v[version] + git tag v[version] "$REVIEWED_SHA" git push origin v[version] ``` + - If `main` advances after the review pause, keep using the pinned `REVIEWED_SHA` for the tag instead of silently tagging a newer commit. + 14. The stable publish workflow runs from the `v[version]` tag. - Do not create the tag before the release PR is merged.