Skip to content

Commit

Permalink
Remove currentValue from config
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Sep 7, 2024
1 parent 132987b commit a4686d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/modules/datasource/postprocess-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export async function postprocessRelease(
{
packageName: config.packageName,
registryUrl: config.registryUrl,
currentValue: config.currentValue,
},
release,
);
Expand Down
1 change: 0 additions & 1 deletion lib/modules/datasource/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export interface PostprocessReleaseConfig {
datasource?: string;
packageName?: string;
registryUrl?: string;
currentValue?: string;
}

export type RegistryStrategy = 'first' | 'hunt' | 'merge';
Expand Down

0 comments on commit a4686d8

Please sign in to comment.