From b0d2cdf55a661a19ace10a28519377d13685b48d Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:27:33 +0800 Subject: [PATCH] ci: Update release title (#1409) * chore: update release title * chore: update changelog Co-authored-by: nathan --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7e22b4b46..7e5a38cb98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: v${{ github.ref }} body_path: ${{ env.RELEASE_NOTES_PATH }} build-linux-x86: diff --git a/CHANGELOG.md b/CHANGELOG.md index c595889e72..7fcb348030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Release Notes ## Version 0.0.6.2 - 10/30/2022 - - Fix some bugs ## Version 0.0.6.1 - 10/26/2022