Skip to content

Commit 81a4a6c

Browse files
committed
update release
1 parent 88bdbe4 commit 81a4a6c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/RELEASE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
## Change log
22

3-
- Fix a bug in MySQL table name and keyword conflicts.
4-
- Change the original generation of 9 CRUD API codes for each table to the default generation of 5 commonly used ones, which can be switched to generate 9 through switches.
3+
- Add kafka client library.

cmd/sponge/scripts/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Build and Push Image
2+
3+
```bash
4+
# build sponge image
5+
./build-sponge-image.sh v1.8.3
6+
7+
# copy tag
8+
docker tag zhufuyi/sponge:v1.8.3 zhufuyi/sponge:latest
9+
10+
# login docker
11+
docker login -u zhufuyi -p
12+
13+
# push image
14+
docker push zhufuyi/sponge:v1.8.3
15+
docker push zhufuyi/sponge:latest
16+
```

0 commit comments

Comments
 (0)