We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createReleasePR.mjs
1 parent d85f398 commit 38119d8Copy full SHA for 38119d8
scripts/createReleasePR.mjs
@@ -859,7 +859,8 @@ async function main({ githubToken }) {
859
auth: githubToken,
860
});
861
862
- const { findLatestTaggedVersionForMajor, generateChangelog: generator } = getChangelogUtils(octokit);
+ const { findLatestTaggedVersionForMajor, generateChangelog: generator } =
863
+ getChangelogUtils(octokit);
864
865
// Find the upstream remote
866
const upstreamRemote = await findMuiXRemote();
0 commit comments