Skip to content

Commit 351cce0

Browse files
authored
chore: update release changelog description
1 parent fd505b4 commit 351cce0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)