chore(release):update the release project version of 2.1.0-rc0 (#5521)

This commit is contained in:
Willem Jiang 2026-09-17 22:23:17 +08:00 committed by GitHub
parent 3cfc9c58fd
commit 769589e8da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 17 additions and 5 deletions

View File

@ -70,6 +70,18 @@ distinguishes it from a release.
```
Pushing the tag triggers the publishing workflows (below).
### Release candidates
Release-candidate tags must include the same prerelease suffix in all four
version fields. For example, before tagging `v2.1.0-rc0`, run
`bash scripts/bump_version.sh 2.1.0-rc0`, refresh `backend/uv.lock` with
`cd backend && uv lock`, and run `bash scripts/verify_versions.sh 2.1.0-rc0`
from the repository root. Commit the version and lockfile changes before
creating the tag. Python lockfiles normalize this version to `2.1.0rc0`;
the source version fields checked by the release gate retain `2.1.0-rc0`.
Re-running a failed workflow on an unchanged tag does not pick up a later
version-fix commit.
## What CI publishes on a `v*` tag
- `.github/workflows/container.yaml` — builds and pushes `backend`,

View File

@ -1,6 +1,6 @@
[project]
name = "deer-flow"
version = "2.1.0"
version = "2.1.0-rc0"
description = "LangGraph-based AI agent system with sandbox execution capabilities"
readme = "README.md"
requires-python = ">=3.12"

2
backend/uv.lock generated
View File

@ -803,7 +803,7 @@ wheels = [
[[package]]
name = "deer-flow"
version = "2.1.0"
version = "2.1.0rc0"
source = { virtual = "." }
dependencies = [
{ name = "bcrypt" },

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: deer-flow
description: DeerFlow — LangGraph-based AI super-agent (gateway + frontend + nginx + sandbox provisioner) deployed to Kubernetes.
type: application
version: 2.1.0
appVersion: "2.1.0"
version: 2.1.0-rc0
appVersion: "2.1.0-rc0"
keywords:
- deerflow
- langgraph

View File

@ -1,6 +1,6 @@
{
"name": "deer-flow-frontend",
"version": "2.1.0",
"version": "2.1.0-rc0",
"private": true,
"type": "module",
"scripts": {