Skip to content

Commit

Permalink
feat: add cliff setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cafadev committed Sep 4, 2023
1 parent b8a5c3d commit faf8c96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
id: toTag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

- name: Set up git-cliff
uses: kenji-miyake/setup-git-cliff@v1

- name: Run git-cliff
run: |
CHANGELOG=$(git cliff)
Expand Down

0 comments on commit faf8c96

Please sign in to comment.