Skip to content

Commit

Permalink
feat(replacements): rename semantic-release-replace-plugin to unscoped (
Browse files Browse the repository at this point in the history
#26656)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
wwuck and rarkins committed Jan 16, 2024
1 parent 8a9c644 commit a540c9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/config/presets/internal/replacements.ts
Expand Up @@ -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`.',
Expand Down

0 comments on commit a540c9f

Please sign in to comment.