Skip to content

Commit

Permalink
chore: modify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamiao committed Jun 6, 2024
1 parent e6f2c5e commit 335bc5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @hi-ui/hiui

## 4.5.10
## v4.5.10

### Patch Changes

Expand Down Expand Up @@ -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

Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 335bc5b

Please sign in to comment.