We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0ecf1 commit e69894dCopy full SHA for e69894d
.github/workflows/build-release.yml
@@ -49,8 +49,8 @@ jobs:
49
uses: ardalanamini/auto-changelog@v4
50
id: changelog
51
with:
52
- github-token: ${{ github.token }}
53
- commit-types: |
+ github-token : ${{ github.token }}
+ commit-types : |
54
breaking: Breaking Changes
55
feat: New Features
56
fix: Bug Fixes
@@ -66,10 +66,12 @@ jobs:
66
chore: Chores
67
other: Other Changes
68
default-commit-type: Other Changes
69
- mention-authors: false
70
mention-new-contributors: true
71
- include-compare: false
72
- semver: false
+ include-compare-link : true
+ include-pr-lints : true
+ include-commit-lints : true
73
+ semver : true
74
+ use-github-autolink : true
75
76
# https://github.com/marketplace/actions/gh-release
77
- name: Release APK
0 commit comments