Skip to content

Commit

Permalink
use git-cliff-action directly
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 24, 2024
1 parent 6eac9df commit f3d6b13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ jobs:
run: hatch publish -y

- name: Generate changelog
uses: tj-actions/git-cliff@v1
uses: orhun/git-cliff-action@v3
env:
OUTPUT: "${{ steps.pathfinder.outputs.project_path }}/CHANGELOG.md"
with:
config: cliff.toml
args: >
--include-path "${{ steps.pathfinder.outputs.project_path }}/*"
--tag-pattern "${{ steps.pathfinder.outputs.project_path }}-v*"
-o "${{ steps.pathfinder.outputs.project_path }}/CHANGELOG.md"
- name: Commit changelog
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit f3d6b13

Please sign in to comment.