Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/scripts/update-release-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,9 @@ checkout_or_create_branch "${CHANGELOG_BRANCH}" "${RELEASE_BRANCH}"

echo "Generating changelog for ${PLATFORM} ${VERSION}.."

yarn auto-changelog update --rc \
yarn update-changelog \
--repo "${GITHUB_REPOSITORY_URL}" \
--currentVersion "${VERSION}" \
--autoCategorize \
--useChangelogEntry \
--useShortPrLink \
--requirePrNumbers
--currentVersion "${VERSION}"

# commits.csv generation removed (no longer required)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"update-release-sheet": "node .github/scripts/update-release-sheet.mjs"
},
"dependencies": {
"@metamask/auto-changelog": "^5.3.2",
"@metamask/auto-changelog": "^6.2.0",
"@metamask/utils": "^7.1.0",
"@octokit/graphql": "^7.0.1",
"@octokit/request": "^8.1.1",
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,20 +941,26 @@ __metadata:
languageName: node
linkType: hard

"@metamask/auto-changelog@npm:^5.3.2":
version: 5.3.2
resolution: "@metamask/auto-changelog@npm:5.3.2"
"@metamask/auto-changelog@npm:^6.2.0":
version: 6.2.0
resolution: "@metamask/auto-changelog@npm:6.2.0"
dependencies:
"@octokit/rest": "npm:^20.0.0"
diff: "npm:^5.0.0"
execa: "npm:^5.1.1"
semver: "npm:^7.3.5"
yargs: "npm:^17.0.1"
peerDependencies:
oxfmt: ^0.45.0
prettier: ">=3.0.0"
peerDependenciesMeta:
oxfmt:
optional: true
prettier:
optional: true
bin:
auto-changelog: dist/cli.mjs
checksum: 10/21c993fae0af9bf4d219d52f1c28ab364e6844c4ab93f987a4db3a3df66f0e0c9a0c8a69c130bcb3ecd535e4a9b45a6e8059e95879ac652f9978dba198dd0ec1
checksum: 10/9cefcf494dd68d0ee689b54f159a2b78ed41ceb5964288f7237a470f88a1beabb4d4f6c28c596ae4960af2285c95713bea3b75931e632d0aa8923c89d2484b6d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1014,7 +1020,7 @@ __metadata:
dependencies:
"@lavamoat/allow-scripts": "npm:^2.3.1"
"@lavamoat/preinstall-always-fail": "npm:^1.0.0"
"@metamask/auto-changelog": "npm:^5.3.2"
"@metamask/auto-changelog": "npm:^6.2.0"
"@metamask/eslint-config": "npm:^12.0.0"
"@metamask/eslint-config-jest": "npm:^12.0.0"
"@metamask/eslint-config-nodejs": "npm:^12.0.0"
Expand Down