Skip to content

Commit

Permalink
docs: add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenDoXiu committed Feb 3, 2024
1 parent 33a7c97 commit 7945099
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,12 @@ jobs:
with:
name: build-windows
path: artifact
- name: "生成ChangeLog"
id: changelog
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 创建releases
# 展示当前路径文件
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.pre-build.outputs.APP_VERSION }}
files: ./artifact/*
body: ${{ steps.changelog.outputs.changelog }}
body: [CHANGELOG.md](CHANGELOG.md)

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

# 0.1.1

# 0.1.0

0 comments on commit 7945099

Please sign in to comment.