Skip to content

Commit ad37b6e

Browse files
committed
More testing fixes:
1 parent 7c39958 commit ad37b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ create_changelog_pr() {
299299
# Generate Changelog and Test Plan
300300
echo "Generating changelog via auto-changelog.."
301301
npx @metamask/[email protected] update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize
302+
302303
# Skip commits.csv for hotfix releases (previous_version_ref is literal "null")
303304
# - 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.
304305
# - 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'.

0 commit comments

Comments
 (0)