Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
#...
```
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,3 @@ git add -A
# 提交本地仓库
git commit -m "Initial commit(初始化仓库)"
```

## 注意事项

### 版本管理, 版本迭代同时, 记得同步mysql下面的脚本

```sh
# bus前端
BUS_WEB_VERSION=xxx
# bus的后端
BUS_GATEWAY_VERSION=xxx
#...
```