From 4344629720caae532bebf72286067dc3ae9bdbcd Mon Sep 17 00:00:00 2001 From: Carsten Igel <1760987+carstencodes@users.noreply.github.com> Date: Sat, 3 Dec 2022 22:59:44 +0100 Subject: [PATCH] ci: Using date-order for current This is a workaround due to https://github.com/orhun/git-cliff/issues/124 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1c54ff..edabd09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: