aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-14 14:46:24 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-14 14:46:24 +0800
commit05e28f64035783040d4f1aef03723b640925bfcb (patch)
treeb4120a83d6f6072ac80faca7ecf12cba4f00e694 /.github
parentb8bb479387802be1c2218ab0cba6c693d87ca12e (diff)
downloadDropOut-05e28f64035783040d4f1aef03723b640925bfcb.tar.gz
DropOut-05e28f64035783040d4f1aef03723b640925bfcb.zip
feat: update changelog generation to include invalid commits and disable Gitmojis
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
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