Skip to content

Commit

Permalink
chore: 优化流水线
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUNGmaxer committed Mar 14, 2024
1 parent 1dd48eb commit fc2c65e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref_name }}
body: "Description of the release"
release_name: ${{ github.ref_name }}
body: "For more details, see the [CHANGELOG.md](CHANGELOG.md)."
draft: false
prerelease: false
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

## 0.2.2

- 优化流水线

## 0.2.1

- 支持流水线

## 0.2.0

- 优化安装脚本(一行命令安装)

## 0.1.0

- 基础功能支持

0 comments on commit fc2c65e

Please sign in to comment.