Skip to content

Commit

Permalink
Merge pull request #24 from Guovin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Guovin authored Mar 27, 2024
2 parents 6dda632 + f86841c commit 60abd8b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- './version.json'
workflow_dispatch:
branches:
- master

jobs:
build:
Expand All @@ -22,7 +24,11 @@ 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 '/## ${{ env.version }}/,/^##/p' CHANGELOG.md)" >> $GITHUB_ENV
- name: Print Changelog
run: |
echo "Changelog: ${{ env.changelog }}"
- 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 60abd8b

Please sign in to comment.