Skip to content

Commit cd67e39

Browse files
committed
More changelog testing fixes
1 parent af202c6 commit cd67e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

299299
# Generate Changelog and Test Plan
300300
echo "Generating changelog via auto-changelog.."
301-
npx @metamask/auto-changelog@dcc88e3686caaec40e4fbe62e2df962258ee4f8a update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
301+
npx github:MetaMask/auto-changelog#dcc88e3686caaec40e4fbe62e2df962258ee4f8a update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
302302

303303
# Skip commits.csv for hotfix releases (previous_version_ref is literal "null")
304304
# - 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.

0 commit comments

Comments
 (0)