Skip to content

Commit

Permalink
update release log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufuyi committed Jun 29, 2024
1 parent 994a908 commit 35fcea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Change log

- Compatible scheme mongodb+srv.
- Add websocket sdk.
- Supports dead letter queues for RabbitMQ.
- Fix logger bug [#39](https://github.com/zhufuyi/sponge/issues/39).
- Fix parse mysql Enum type bug [#41](https://github.com/zhufuyi/sponge/issues/41).
- Fix parse postgresql json type bug.
- 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.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --config=.github/.goreleaser.yaml --release-notes=.github/RELEASE.md
args: release --config=.github/.goreleaser.yaml --release-notes=.github/RELEASE.md
env:
# Actions are injected automatically, no need to add secrets.GITHUB_TOKEN separately and manually.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35fcea5

Please sign in to comment.