diff --git a/README.md b/README.md index 0d3f49f1..9ed94261 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ GEOFlow 把可信知识、AI 内容生产、质量门禁、人工审核、多站 [![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](LICENSE) [![GitHub stars](https://img.shields.io/github/stars/yaojingang/GEOFlow?style=social)](https://github.com/yaojingang/GEOFlow/stargazers) -> **版本说明:** 当前源码版本为 `3.0.0`,实际公开发布状态以 [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) 为准。生产部署建议使用已发布版本,或固定到经过审核的提交。 +> **版本说明:** 当前为 `3.0.x` 系列,`main` 分支持续迭代,可能包含尚未发布的更新。精确源码版本见 [`version.json`](version.json),正式发布版本与升级说明见 [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases)。生产部署建议使用正式 Release,或固定到经过审核的提交。 --- diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 35e640f6..c9db88ec 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,12 @@ 该文档记录公开仓库可见功能的持续更新。后续每次推送到 GitHub 时,同步更新本文件和英文版 `CHANGELOG_en.md`。 +## 2026-09-09 + +### README 版本说明 + +- 六种语言的 README 明确当前为 `3.0.x` 系列,说明 `main` 分支可能包含尚未发布的更新,并提供精确源码版本、正式发布版本与升级说明的查询入口。 + ## 2026-09-05 ### v3.0.0 diff --git a/docs/CHANGELOG_en.md b/docs/CHANGELOG_en.md index b78bca5b..2e59ec26 100644 --- a/docs/CHANGELOG_en.md +++ b/docs/CHANGELOG_en.md @@ -2,6 +2,12 @@ This document tracks user-facing updates in the public repository. For future GitHub pushes, update this file together with the Chinese version in `CHANGELOG.md`. +## 2026-09-09 + +### README version guidance + +- READMEs in all six languages now identify the current `3.0.x` series, explain that `main` may contain unreleased changes, and link to the exact source version, official releases, and upgrade notes. + ## 2026-09-05 ### v3.0.0 diff --git a/docs/readme/README_en.md b/docs/readme/README_en.md index 98d08800..205add2f 100644 --- a/docs/readme/README_en.md +++ b/docs/readme/README_en.md @@ -15,7 +15,7 @@ GEOFlow connects trusted knowledge, AI content production, quality gates, human [![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](../../LICENSE) [![GitHub stars](https://img.shields.io/github/stars/yaojingang/GEOFlow?style=social)](https://github.com/yaojingang/GEOFlow/stargazers) -> **Version note:** The current source version is `3.0.0`. The [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) page is the source of truth for published versions. Production deployments should use a published release or pin a reviewed commit. +> **Version note:** GEOFlow is currently in the `3.0.x` series. The `main` branch is under active development and may include unreleased changes. See [`version.json`](../../version.json) for the exact source version and [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) for official releases and upgrade notes. Production deployments should use a stable release or pin a reviewed commit. --- diff --git a/docs/readme/README_es.md b/docs/readme/README_es.md index e72353f1..029d8ea3 100644 --- a/docs/readme/README_es.md +++ b/docs/readme/README_es.md @@ -15,7 +15,7 @@ GEOFlow conecta conocimiento fiable, producción de contenido con IA, controles [![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](../../LICENSE) [![GitHub stars](https://img.shields.io/github/stars/yaojingang/GEOFlow?style=social)](https://github.com/yaojingang/GEOFlow/stargazers) -> **Estado de la versión:** La versión actual del código fuente es `3.0.0`. La página de [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) indica qué versiones se han publicado. Para producción, usa una versión publicada o fija un commit que haya sido revisado. +> **Estado de la versión:** GEOFlow está actualmente en la serie `3.0.x`. La rama `main` sigue en desarrollo y puede incluir cambios aún no publicados. Consulta [`version.json`](../../version.json) para ver la versión exacta del código fuente y [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) para ver las versiones oficiales y las instrucciones de actualización. Para producción, usa una versión estable o fija un commit que haya sido revisado. --- diff --git a/docs/readme/README_ja.md b/docs/readme/README_ja.md index e582cc57..2228fdd3 100644 --- a/docs/readme/README_ja.md +++ b/docs/readme/README_ja.md @@ -15,7 +15,7 @@ GEOFlowは、信頼できるナレッジ、AIコンテンツ制作、品質ゲ [![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](../../LICENSE) [![GitHub stars](https://img.shields.io/github/stars/yaojingang/GEOFlow?style=social)](https://github.com/yaojingang/GEOFlow/stargazers) -> **バージョンについて:** 現在のソースバージョンは `3.0.0` です。公開済みバージョンは [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) を基準に確認してください。本番環境では公開済みリリースを使用するか、レビュー済みコミットに固定してください。 +> **バージョンについて:** 現在は `3.0.x` 系列です。`main` ブランチでは開発が続いており、未リリースの変更が含まれる場合があります。正確なソースバージョンは [`version.json`](../../version.json)、正式リリースとアップグレード手順は [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) を参照してください。本番環境では安定版リリースを使用するか、レビュー済みコミットに固定してください。 --- diff --git a/docs/readme/README_pt_BR.md b/docs/readme/README_pt_BR.md index 062bd6f2..032c2ca6 100644 --- a/docs/readme/README_pt_BR.md +++ b/docs/readme/README_pt_BR.md @@ -15,7 +15,7 @@ O GEOFlow conecta conhecimento confiável, produção de conteúdo com IA, contr [![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](../../LICENSE) [![GitHub stars](https://img.shields.io/github/stars/yaojingang/GEOFlow?style=social)](https://github.com/yaojingang/GEOFlow/stargazers) -> **Status da versão:** A versão atual do código-fonte é `3.0.0`. Consulte [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) para saber quais versões foram publicadas. Em produção, use uma versão publicada ou fixe um commit revisado. +> **Status da versão:** O GEOFlow está atualmente na série `3.0.x`. A branch `main` continua em desenvolvimento e pode incluir alterações ainda não lançadas. Consulte [`version.json`](../../version.json) para ver a versão exata do código-fonte e [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases) para ver as versões oficiais e as instruções de atualização. Em produção, use uma versão estável ou fixe um commit revisado. --- diff --git a/docs/readme/README_ru.md b/docs/readme/README_ru.md index 520bb3c9..313cd895 100644 --- a/docs/readme/README_ru.md +++ b/docs/readme/README_ru.md @@ -15,7 +15,7 @@ GEOFlow объединяет проверенные знания, создани [![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](../../LICENSE) [![GitHub stars](https://img.shields.io/github/stars/yaojingang/GEOFlow?style=social)](https://github.com/yaojingang/GEOFlow/stargazers) -> **Статус версии:** Текущая версия исходного кода: `3.0.0`. Опубликованные версии перечислены на странице [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases). Для рабочего окружения используйте опубликованный выпуск или зафиксируйте проверенный коммит. +> **Статус версии:** Текущая серия GEOFlow: `3.0.x`. Ветка `main` активно развивается и может содержать изменения, ещё не вошедшие в релиз. Точная версия исходного кода указана в [`version.json`](../../version.json), а официальные релизы и инструкции по обновлению доступны в [GitHub Releases](https://github.com/yaojingang/GEOFlow/releases). Для рабочего окружения используйте стабильный релиз или зафиксируйте проверенный коммит. ---