From 35fcea5f5f34962e3f9eff72859329b924bbcaab Mon Sep 17 00:00:00 2001 From: zhuyasen Date: Sat, 29 Jun 2024 12:17:32 +0800 Subject: [PATCH] update release log --- .github/RELEASE.md | 8 ++------ .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/RELEASE.md b/.github/RELEASE.md index b245e657..2106ae05 100644 --- a/.github/RELEASE.md +++ b/.github/RELEASE.md @@ -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. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4226dce3..c49de60c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}