Skip to content

Commit e69894d

Browse files
committed
<other>(github): fix release actions
1 parent ab0ecf1 commit e69894d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
uses: ardalanamini/auto-changelog@v4
5050
id: changelog
5151
with:
52-
github-token: ${{ github.token }}
53-
commit-types: |
52+
github-token : ${{ github.token }}
53+
commit-types : |
5454
breaking: Breaking Changes
5555
feat: New Features
5656
fix: Bug Fixes
@@ -66,10 +66,12 @@ jobs:
6666
chore: Chores
6767
other: Other Changes
6868
default-commit-type: Other Changes
69-
mention-authors: false
7069
mention-new-contributors: true
71-
include-compare: false
72-
semver: false
70+
include-compare-link : true
71+
include-pr-lints : true
72+
include-commit-lints : true
73+
semver : true
74+
use-github-autolink : true
7375

7476
# https://github.com/marketplace/actions/gh-release
7577
- name: Release APK

0 commit comments

Comments
 (0)