Skip to content
Snippets Groups Projects
Unverified Commit bc104870 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: don’t Object.assign first upgrade over config (#8892)

parent 34418825
No related merge requests found
...@@ -284,8 +284,6 @@ export async function ensurePr( ...@@ -284,8 +284,6 @@ export async function ensurePr(
config.upgrades.push(upgrade); config.upgrades.push(upgrade);
} }
// Update the config object
Object.assign(config, upgrades[0]);
config.hasReleaseNotes = config.upgrades.some((upg) => upg.hasReleaseNotes); config.hasReleaseNotes = config.upgrades.some((upg) => upg.hasReleaseNotes);
const releaseNoteRepos: string[] = []; const releaseNoteRepos: string[] = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment