Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufuyi committed Jul 11, 2024
1 parent 88bdbe4 commit 81a4a6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Change log

- Fix a bug in MySQL table name and keyword conflicts.
- 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.
- Add kafka client library.
16 changes: 16 additions & 0 deletions cmd/sponge/scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Build and Push Image

```bash
# build sponge image
./build-sponge-image.sh v1.8.3

# copy tag
docker tag zhufuyi/sponge:v1.8.3 zhufuyi/sponge:latest

# login docker
docker login -u zhufuyi -p

# push image
docker push zhufuyi/sponge:v1.8.3
docker push zhufuyi/sponge:latest
```

0 comments on commit 81a4a6c

Please sign in to comment.