Skip to content

Commit 50c32d2

Browse files
committed
chore(cli): change the changelog generation mode.
1 parent 96ae4bc commit 50c32d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: changelog
2525
uses: mikepenz/release-changelog-builder-action@v5
2626
with:
27-
mode: "COMMIT"
27+
mode: "PR"
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Create Release

0 commit comments

Comments
 (0)