Skip to content

Commit c399207

Browse files
author
Jake Perkins
committed
try yarn approach
1 parent 039534d commit c399207

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
@@ -347,7 +347,7 @@ create_changelog_pr() {
347347

348348
# Generate Changelog and Test Plan
349349
echo "Generating changelog via npx @metamask/auto-changelog@5.1.0.."
350-
npx --yes --package=@metamask/auto-changelog@5.1.0 auto-changelog update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
350+
yarn auto-changelog update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
351351

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