Skip to content

Commit 5dc9b5f

Browse files
committed
docs: remove precautions section from README files
1 parent 6e1b4b7 commit 5dc9b5f

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

README.en.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,3 @@ git add -A
9090
# Commit local warehouse
9191
git commit -m "Initial commit"
9292
```
93-
94-
## Precautions
95-
96-
### Version management, while iterating the version, remember to synchronize the scripts under mysql
97-
98-
```sh
99-
# bus frontend
100-
BUS_WEB_VERSION=xxx
101-
# bus backend
102-
BUS_GATEWAY_VERSION=xxx
103-
#...
104-
```

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,3 @@ git add -A
9090
# 提交本地仓库
9191
git commit -m "Initial commit(初始化仓库)"
9292
```
93-
94-
## 注意事项
95-
96-
### 版本管理, 版本迭代同时, 记得同步mysql下面的脚本
97-
98-
```sh
99-
# bus前端
100-
BUS_WEB_VERSION=xxx
101-
# bus的后端
102-
BUS_GATEWAY_VERSION=xxx
103-
#...
104-
```

0 commit comments

Comments
 (0)