Skip to content
Snippets Groups Projects
Unverified Commit a540c9f4 authored by wwuck's avatar wwuck Committed by GitHub
Browse files

feat(replacements): rename semantic-release-replace-plugin to unscoped (#26656)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent 8a9c644e
No related branches found
Tags 37.135.0
No related merge requests found
......@@ -751,6 +751,18 @@ export const presets: Record<string, Preset> = {
},
],
},
'semantic-release-replace-plugin-to-unscoped': {
description:
'`semantic-release-replace-plugin` was moved out of the `google` organization.',
packageRules: [
{
matchDatasources: ['npm'],
matchPackageNames: ['@google/semantic-release-replace-plugin'],
replacementName: 'semantic-release-replace-plugin',
replacementVersion: '1.2.1',
},
],
},
'spectre-cli-to-spectre-console-cli': {
description:
'The `Spectre.Cli` package was renamed to `Spectre.Console.Cli`.',
......
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