Skip to content

Commit 4775829

Browse files
committed
chore: hybrid is problematic for rebased PRs. Revert this.
1 parent a32a377 commit 4775829

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: "HYBRID"
27+
mode: "COMMIT"
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Create Release

0 commit comments

Comments
 (0)