Skip to content

Commit 9b796b6

Browse files
committed
docs: add changelog entry for check-deps command
1 parent a722f67 commit 9b796b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add `check-deps` command to validate and update dependency bump changelog entries ([#186](https://github.com/MetaMask/create-release-branch/pull/186))
13+
- Automatically detects dependency version changes from git diffs
14+
- Validates changelog entries with exact version matching (catches stale entries)
15+
- Auto-updates changelogs with `--fix` flag, preserving PR history
16+
- Detects package releases and validates/updates in correct changelog section (Unreleased vs specific version)
17+
- Smart PR concatenation when same dependency bumped multiple times
18+
- Usage: `yarn check-dependency-bumps --fix --pr <number>`
19+
1020
## [4.1.3]
1121

1222
### Fixed

0 commit comments

Comments
 (0)