You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PR-based commits: Deduplication now checks if PR number already exists in changelog
16
-
- Direct commits (no PR number): Deduplication now checks if exact description text already exists in changelog
17
-
- Squash merges: Feature branch commits are skipped when a corresponding merge commit with the same description exists
18
-
- Merge commits: Now properly categorized using PR content instead of the generic merge subject
14
+
- Deduplicate commits with no PR number in subject ([#254](https://github.com/MetaMask/auto-changelog/pull/254))
15
+
- For commits with no PR number in the subject (non-"Squash & Merge" commits), deduplication now checks if exact description text already exists in changelog
16
+
- Merge commits are deduplicated using commit body instead of the generic merge subject
0 commit comments