mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-19 11:06:18 +00:00
chore(release):update the release project version of 2.1.0-rc0 (#5521)
This commit is contained in:
parent
3cfc9c58fd
commit
769589e8da
12
RELEASING.md
12
RELEASING.md
@ -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`,
|
||||
|
||||
@ -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
2
backend/uv.lock
generated
@ -803,7 +803,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "deer-flow"
|
||||
version = "2.1.0"
|
||||
version = "2.1.0rc0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "bcrypt" },
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "deer-flow-frontend",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.0-rc0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user