Skip to content

Commit ae2cbd0

Browse files
committed
yarn auto-changelog
1 parent 7ca6e48 commit ae2cbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@5.1.0 update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize
301+
yarn auto-changelog update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize
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)