diff options
| -rw-r--r-- | .github/workflows/changelog.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2af1d4a..a820c48 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -23,6 +23,8 @@ jobs: token: ${{ github.token }} tag: ${{ github.ref_name }} useGitmojis: false + includeInvalidCommits: true + reverseOrder: true - name: Create Release uses: ncipollo/release-action@v1.12.0 |
