Skip to content

Commit

Permalink
test:release
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Mar 26, 2024
1 parent 9e1ea34 commit 621d58b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get changelog
id: get_changelog
run: |
echo "changelog=$(sed -n '/## '${version}'/,/##/p' CHANGELOG.md | head -n -1 | tail -n +2)" >> $GITHUB_ENV
echo "changelog=$(sed -n '/## '${version}',/##/p;//,/##/p' CHANGELOG.md | head -n -1 | tail -n +2)" >> $GITHUB_ENV
- name: Create Release
id: create_release
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,19 @@
- Removed configuration items: whether to filter invalid interfaces, always perform filtering
- Removed sorting by date, using response time and resolution as sorting rules
- Updated README: added modification update frequency, file proxy description, update log

## 1.0.1

### 2024/3/27

- test

---

-test

### 2024/3/28

## -test

-test

0 comments on commit 621d58b

Please sign in to comment.