Skip to content

Commit ae84c65

Browse files
jss-tgipcjs
andauthored
docs: remove precautions section from README files (#48)
Co-authored-by: ipcjs.mac4 <gipcjs@gmail.com>
1 parent 2655b8a commit ae84c65

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
@@ -96,15 +96,3 @@ git add -A
9696
# Commit local warehouse
9797
git commit -m "Initial commit"
9898
```
99-
100-
## Precautions
101-
102-
### Version management, while iterating the version, remember to synchronize the scripts under mysql
103-
104-
```sh
105-
# bus frontend
106-
BUS_WEB_VERSION=xxx
107-
# bus backend
108-
BUS_GATEWAY_VERSION=xxx
109-
#...
110-
```

README.md

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

0 commit comments

Comments
 (0)