diff --git a/.github/scripts/create-platform-release-pr.sh b/.github/scripts/create-platform-release-pr.sh index f0c68281..d9250e80 100755 --- a/.github/scripts/create-platform-release-pr.sh +++ b/.github/scripts/create-platform-release-pr.sh @@ -350,7 +350,7 @@ create_changelog_pr() { echo "Generating changelog for extension via yarn auto-changelog.." yarn auto-changelog update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink else - echo "Generating changelog for mobile via npx @metamask/auto-changelog@4.1.0.." + echo "Generating changelog for mobile via yarn auto-changelog.." npx @metamask/auto-changelog@4.1.0 update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize fi