diff options
| author | 2026-01-14 14:46:24 +0800 | |
|---|---|---|
| committer | 2026-01-14 14:46:24 +0800 | |
| commit | 05e28f64035783040d4f1aef03723b640925bfcb (patch) | |
| tree | b4120a83d6f6072ac80faca7ecf12cba4f00e694 | |
| parent | b8bb479387802be1c2218ab0cba6c693d87ca12e (diff) | |
| download | DropOut-05e28f64035783040d4f1aef03723b640925bfcb.tar.gz DropOut-05e28f64035783040d4f1aef03723b640925bfcb.zip | |
feat: update changelog generation to include invalid commits and disable Gitmojis
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23d4181..774e547 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,8 @@ jobs: token: ${{ github.token }} tag: ${{ github.event_name == 'workflow_dispatch' && inputs.tag_name || github.ref_name }} changelogFilePath: CHANGELOG.md + includeInvalidCommits: true + useGitmojis: false - name: Create Release id: create_release |