Skip to content
Snippets Groups Projects
Commit 4280b8e0 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: drop skippedOverVersions

parent 6f54f09a
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ export interface LookupUpdate {
newMinor?: number;
newValue: string;
semanticCommitType?: string;
skippedOverVersions?: string[];
newVersion?: string;
updateType?: UpdateType;
}
......
......@@ -263,9 +263,6 @@ export async function lookupUpdates(
update[field] = release[field];
}
});
if (sortedReleases.length) {
update.skippedOverVersions = sortedReleases.map((r) => r.version);
}
if (
rangeStrategy === 'update-lockfile' &&
currentValue === update.newValue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment