Skip to content

Commit b6c804c

Browse files
authored
ci: update @metamask/auto-changelog to v5.2.0 (#175)
Update auto-changelog to version 5.2.0 which adds: - Deduplication of commits with no PR number in subject - Merge commits deduplication using commit body instead of generic merge subject Release: https://github.com/MetaMask/auto-changelog/releases/tag/v5.2.0
1 parent 30baa9d commit b6c804c

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/auto-changelog` from `^5.1.0` to `^5.2.0`
13+
- Adds deduplication for commits with no PR number in subject (non-"Squash & Merge" commits)
14+
- Merge commits are now deduplicated using commit body instead of the generic merge subject
15+
1016
## [1.0.0]
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"update-release-sheet": "node .github/scripts/update-release-sheet.mjs"
2727
},
2828
"dependencies": {
29-
"@metamask/auto-changelog": "^5.1.0",
29+
"@metamask/auto-changelog": "^5.2.0",
3030
"@metamask/utils": "^7.1.0",
3131
"@octokit/graphql": "^7.0.1",
3232
"@octokit/request": "^8.1.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,9 @@ __metadata:
941941
languageName: node
942942
linkType: hard
943943

944-
"@metamask/auto-changelog@npm:^5.1.0":
945-
version: 5.1.0
946-
resolution: "@metamask/auto-changelog@npm:5.1.0"
944+
"@metamask/auto-changelog@npm:^5.2.0":
945+
version: 5.2.0
946+
resolution: "@metamask/auto-changelog@npm:5.2.0"
947947
dependencies:
948948
"@octokit/rest": "npm:^20.0.0"
949949
diff: "npm:^5.0.0"
@@ -954,7 +954,7 @@ __metadata:
954954
prettier: ">=3.0.0"
955955
bin:
956956
auto-changelog: dist/cli.mjs
957-
checksum: 10/ee9f651c313a2377a21a304383f56f1872b4ce6411a0b61cf0b70b23bff9d3204332cd5a052cdfcaf363ce15424a7a1fdbde99a6b4352f2472fbe6b6d27c5791
957+
checksum: 10/86ca4f56a0c86a1fabbe4b7b66a28bda39e59c51c996aadedeb5f341b3e93acfd7ca5dafebbd82852070f12324bbd83fc7cb979cb9f8b9ca8f5dded53f1fa5af
958958
languageName: node
959959
linkType: hard
960960

@@ -1014,7 +1014,7 @@ __metadata:
10141014
dependencies:
10151015
"@lavamoat/allow-scripts": "npm:^2.3.1"
10161016
"@lavamoat/preinstall-always-fail": "npm:^1.0.0"
1017-
"@metamask/auto-changelog": "npm:^5.1.0"
1017+
"@metamask/auto-changelog": "npm:^5.2.0"
10181018
"@metamask/eslint-config": "npm:^12.0.0"
10191019
"@metamask/eslint-config-jest": "npm:^12.0.0"
10201020
"@metamask/eslint-config-nodejs": "npm:^12.0.0"

0 commit comments

Comments
 (0)