Skip to content

Commit

Permalink
ci: Using date-order for current
Browse files Browse the repository at this point in the history
This is a workaround due to
orhun/git-cliff#124
  • Loading branch information
carstencodes committed Dec 3, 2022
1 parent 06c9169 commit 4344629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: kenji-miyake/setup-git-cliff@v1
- name: Generate changelog
run: |
git cliff --verbose --config ${{ github.workspace }}/.gitcliff.toml --current --strip all --output ${{ github.workspace }}/CHANGELOG.md
git cliff --verbose --config ${{ github.workspace }}/.gitcliff.toml --current --date-order --strip all --output ${{ github.workspace }}/CHANGELOG.md
- name: Export changelog
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4344629

Please sign in to comment.