From 5dc9b5fc7fe8963a2bfaaa3a42984097ce7d0439 Mon Sep 17 00:00:00 2001 From: "ipcjs.mac4" Date: Thu, 22 Jan 2026 10:54:06 +0800 Subject: [PATCH] docs: remove precautions section from README files --- README.en.md | 12 ------------ README.md | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/README.en.md b/README.en.md index 125bd1e..8fa4d4d 100644 --- a/README.en.md +++ b/README.en.md @@ -90,15 +90,3 @@ git add -A # Commit local warehouse git commit -m "Initial commit" ``` - -## Precautions - -### Version management, while iterating the version, remember to synchronize the scripts under mysql - -```sh -# bus frontend -BUS_WEB_VERSION=xxx -# bus backend -BUS_GATEWAY_VERSION=xxx -#... -``` diff --git a/README.md b/README.md index 709ad0c..5fd9a0c 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,3 @@ git add -A # 提交本地仓库 git commit -m "Initial commit(初始化仓库)" ``` - -## 注意事项 - -### 版本管理, 版本迭代同时, 记得同步mysql下面的脚本 - -```sh -# bus前端 -BUS_WEB_VERSION=xxx -# bus的后端 -BUS_GATEWAY_VERSION=xxx -#... -```