From 335bc5b4d9933c1d298f1f13ed4f43b47eb345fa Mon Sep 17 00:00:00 2001 From: xiamiao Date: Thu, 6 Jun 2024 10:57:45 +0800 Subject: [PATCH] chore: modify changelog --- .github/workflows/CHANGELOG.md | 4 ++-- .github/workflows/release-drafter.yml | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CHANGELOG.md b/.github/workflows/CHANGELOG.md index 6f85887..b06750f 100644 --- a/.github/workflows/CHANGELOG.md +++ b/.github/workflows/CHANGELOG.md @@ -1,6 +1,6 @@ # @hi-ui/hiui -## 4.5.10 +## v4.5.10 ### Patch Changes @@ -36,7 +36,7 @@ - @hi-ui/select@4.4.2 - @hi-ui/date-picker@4.6.3 -## 4.5.9 +## [4.5.10] ### Patch Changes diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 8c205d8..12d832a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -33,19 +33,13 @@ jobs: # # disable-autolabeler: true # env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Get version from tag - id: tag_name - run: | - echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - shell: bash - name: Checkout Code uses: actions/checkout@v4 - name: Get Changelog Entry id: changelog_reader uses: mindsers/changelog-reader-action@v2 with: - validation_level: warn - version: ${{ steps.tag_name.outputs.current_version }} + version: 4.5.10 path: ./CHANGELOG.md - name: Create/update release uses: ncipollo/release-action@v1