Skip to content

Commit

Permalink
ci: Using date-order for current
Browse files Browse the repository at this point in the history
Merge pull request #30 from carstencodes/ci/changelog-error
  • Loading branch information
carstencodes authored Dec 3, 2022
2 parents 06c9169 + 4344629 commit 47b28f5
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 47b28f5

Please sign in to comment.