Skip to content

Commit 7c39958

Browse files
committed
Testing changelog fixes after release published
1 parent cd67e39 commit 7c39958

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/scripts/create-platform-release-pr.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@ create_changelog_pr() {
298298

299299
# Generate Changelog and Test Plan
300300
echo "Generating changelog via auto-changelog.."
301-
npx github:MetaMask/auto-changelog#dcc88e3686caaec40e4fbe62e2df962258ee4f8a update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
302-
301+
npx @metamask/[email protected] update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize
303302
# Skip commits.csv for hotfix releases (previous_version_ref is literal "null")
304303
# - When we create a new major/minor release, we fetch all commits included in the release, by fetching the diff between HEAD and previous version reference.
305304
# - When we create a new hotfix release, there are no commits included in the release by default (they will be cherry-picked one by one). So we don't have previous version reference, which is why the value is set to 'null'.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"update-release-sheet": "node .github/scripts/update-release-sheet.mjs"
2222
},
2323
"dependencies": {
24-
"@metamask/auto-changelog": "github:MetaMask/auto-changelog#dcc88e3686caaec40e4fbe62e2df962258ee4f8a",
24+
"@metamask/auto-changelog": "^5.1.0",
2525
"@metamask/utils": "^7.1.0",
2626
"@octokit/graphql": "^7.0.1",
2727
"@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@github:MetaMask/auto-changelog#dcc88e3686caaec40e4fbe62e2df962258ee4f8a":
945-
version: 5.0.2
946-
resolution: "@metamask/auto-changelog@https://github.com/MetaMask/auto-changelog.git#commit=dcc88e3686caaec40e4fbe62e2df962258ee4f8a"
944+
"@metamask/auto-changelog@npm:^5.1.0":
945+
version: 5.1.0
946+
resolution: "@metamask/auto-changelog@npm:5.1.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/5abb04fe7b86a07c7d98243fcfb4b59abfc561d9b52fe51455b2934314999f41e308a59651d1089c106752cbdbf092a498da5277ec70a5856435e644e82fa2dd
957+
checksum: 10/ee9f651c313a2377a21a304383f56f1872b4ce6411a0b61cf0b70b23bff9d3204332cd5a052cdfcaf363ce15424a7a1fdbde99a6b4352f2472fbe6b6d27c5791
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": "github:MetaMask/auto-changelog#dcc88e3686caaec40e4fbe62e2df962258ee4f8a"
1017+
"@metamask/auto-changelog": "npm:^5.1.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)