File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 5.1.1]
1111
12- ### Uncategorized
12+ ### Fixed
1313
14- - fix(INFRA-3081): implement duplicate detection for all commit types ([ #254 ] ( https://github.com/MetaMask/auto-changelog/pull/254 ) )
14+ - Fix duplicate changelog entries ([ #254 ] ( https://github.com/MetaMask/auto-changelog/pull/254 ) )
15+ - 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
1519
1620## [ 5.1.0]
1721
You can’t perform that action at this time.
0 commit comments