Skip to content

Commit

Permalink
feat(replacements): standard-version to commit-and-tag-version (#28862)
Browse files Browse the repository at this point in the history
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
3 people authored May 6, 2024
1 parent 88122ec commit f550acb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/config/presets/internal/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const presets: Record<string, Preset> = {
'replacements:rome-to-biome',
'replacements:semantic-release-replace-plugin-to-unscoped',
'replacements:spectre-cli-to-spectre-console-cli',
'replacements:standard-version-to-commit-and-tag',
'replacements:vso-task-lib-to-azure-pipelines-task-lib',
'replacements:vsts-task-lib-to-azure-pipelines-task-lib',
'replacements:xmldom-to-scoped',
Expand Down Expand Up @@ -901,6 +902,19 @@ export const presets: Record<string, Preset> = {
},
],
},
'standard-version-to-commit-and-tag': {
description:
'`standard-version` is now maintained as `commit-and-tag-version`.',
packageRules: [
{
matchCurrentVersion: '^9.0.0',
matchDatasources: ['npm'],
matchPackageNames: ['standard-version'],
replacementName: 'commit-and-tag-version',
replacementVersion: '9.5.0',
},
],
},
'vso-task-lib-to-azure-pipelines-task-lib': {
description:
'The `vso-task-lib` package is now published as `azure-pipelines-task-lib`.',
Expand Down

0 comments on commit f550acb

Please sign in to comment.