Skip to content

Commit ecccd59

Browse files
authored
bump: auto-changelog to 6.2.0 (#279)
1 parent c176b06 commit ecccd59

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

.github/scripts/update-release-changelog.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,9 @@ checkout_or_create_branch "${CHANGELOG_BRANCH}" "${RELEASE_BRANCH}"
145145

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

148-
yarn auto-changelog update --rc \
148+
yarn update-changelog \
149149
--repo "${GITHUB_REPOSITORY_URL}" \
150-
--currentVersion "${VERSION}" \
151-
--autoCategorize \
152-
--useChangelogEntry \
153-
--useShortPrLink \
154-
--requirePrNumbers
150+
--currentVersion "${VERSION}"
155151

156152
# commits.csv generation removed (no longer required)
157153

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.3.2",
29+
"@metamask/auto-changelog": "^6.2.0",
3030
"@metamask/utils": "^7.1.0",
3131
"@octokit/graphql": "^7.0.1",
3232
"@octokit/request": "^8.1.1",

yarn.lock

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

944-
"@metamask/auto-changelog@npm:^5.3.2":
945-
version: 5.3.2
946-
resolution: "@metamask/auto-changelog@npm:5.3.2"
944+
"@metamask/auto-changelog@npm:^6.2.0":
945+
version: 6.2.0
946+
resolution: "@metamask/auto-changelog@npm:6.2.0"
947947
dependencies:
948948
"@octokit/rest": "npm:^20.0.0"
949949
diff: "npm:^5.0.0"
950950
execa: "npm:^5.1.1"
951951
semver: "npm:^7.3.5"
952952
yargs: "npm:^17.0.1"
953953
peerDependencies:
954+
oxfmt: ^0.45.0
954955
prettier: ">=3.0.0"
956+
peerDependenciesMeta:
957+
oxfmt:
958+
optional: true
959+
prettier:
960+
optional: true
955961
bin:
956962
auto-changelog: dist/cli.mjs
957-
checksum: 10/21c993fae0af9bf4d219d52f1c28ab364e6844c4ab93f987a4db3a3df66f0e0c9a0c8a69c130bcb3ecd535e4a9b45a6e8059e95879ac652f9978dba198dd0ec1
963+
checksum: 10/9cefcf494dd68d0ee689b54f159a2b78ed41ceb5964288f7237a470f88a1beabb4d4f6c28c596ae4960af2285c95713bea3b75931e632d0aa8923c89d2484b6d
958964
languageName: node
959965
linkType: hard
960966

@@ -1014,7 +1020,7 @@ __metadata:
10141020
dependencies:
10151021
"@lavamoat/allow-scripts": "npm:^2.3.1"
10161022
"@lavamoat/preinstall-always-fail": "npm:^1.0.0"
1017-
"@metamask/auto-changelog": "npm:^5.3.2"
1023+
"@metamask/auto-changelog": "npm:^6.2.0"
10181024
"@metamask/eslint-config": "npm:^12.0.0"
10191025
"@metamask/eslint-config-jest": "npm:^12.0.0"
10201026
"@metamask/eslint-config-nodejs": "npm:^12.0.0"

0 commit comments

Comments
 (0)