Skip to content

Commit

Permalink
[增加]1. 增加Change log 的生成
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Sep 24, 2024
1 parent 21b5728 commit 54bf6bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,12 @@ jobs:
uses: ad-m/github-push-action@master
with:
branch: ${{ github.head_ref }}
# - run: echo "version - ${{ steps.info.outputs.currentVersion }}"


changelog:
runs-on: ubuntu-latest
steps:
- name: "✏️ Generate release changelog"
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 54bf6bc

Please sign in to comment.