diff options
| author | 2024-08-15 18:42:09 +0800 | |
|---|---|---|
| committer | 2024-08-15 18:42:09 +0800 | |
| commit | 5ecb5050b1c8ae746c16432c77df83acd6ded4b3 (patch) | |
| tree | f78b3fd02376767d374dfa5a6b9ff24af77385b8 /.github | |
| parent | 534a58ce13a07a1e07860c71ccda0fd4f63791b5 (diff) | |
| download | faq-5ecb5050b1c8ae746c16432c77df83acd6ded4b3.tar.gz faq-5ecb5050b1c8ae746c16432c77df83acd6ded4b3.zip | |
bugfix(workflow): 更新日志工作流优化
Diffstat (limited to '.github')
| -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 |
