aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-14 15:54:39 +0800
committerGitHub <noreply@github.com>2026-01-14 15:54:39 +0800
commitce4b0c2053d5d16f7091d74840d4a502401f1a4e (patch)
tree170667359ecb773800cd334e4176341cf09306b2 /.github/workflows/release.yml
parentfd6d7ffef4a1c6b093ad1d5b83579ab27ef5327e (diff)
parent505e3485f3dfa31969651f7f281fde33e9843fe8 (diff)
downloadDropOut-ce4b0c2053d5d16f7091d74840d4a502401f1a4e.tar.gz
DropOut-ce4b0c2053d5d16f7091d74840d4a502401f1a4e.zip
Merge pull request #25 from HsiangNianian/main
Diffstat (limited to '.github/workflows/release.yml')
-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