diff --git a/.yarn/versions/501b46bd.yml b/.yarn/versions/501b46bd.yml new file mode 100644 index 000000000000..2faf671b463b --- /dev/null +++ b/.yarn/versions/501b46bd.yml @@ -0,0 +1,23 @@ +releases: + "@yarnpkg/cli": patch + "@yarnpkg/plugin-version": patch + +declined: + - "@yarnpkg/plugin-compat" + - "@yarnpkg/plugin-constraints" + - "@yarnpkg/plugin-dlx" + - "@yarnpkg/plugin-essentials" + - "@yarnpkg/plugin-init" + - "@yarnpkg/plugin-interactive-tools" + - "@yarnpkg/plugin-nm" + - "@yarnpkg/plugin-npm-cli" + - "@yarnpkg/plugin-pack" + - "@yarnpkg/plugin-patch" + - "@yarnpkg/plugin-pnp" + - "@yarnpkg/plugin-pnpm" + - "@yarnpkg/plugin-stage" + - "@yarnpkg/plugin-typescript" + - "@yarnpkg/plugin-workspace-tools" + - "@yarnpkg/builder" + - "@yarnpkg/core" + - "@yarnpkg/doctor" diff --git a/packages/plugin-version/sources/commands/version/apply.ts b/packages/plugin-version/sources/commands/version/apply.ts index 5dd52f71d7cc..d78cd292e688 100644 --- a/packages/plugin-version/sources/commands/version/apply.ts +++ b/packages/plugin-version/sources/commands/version/apply.ts @@ -17,7 +17,7 @@ export default class VersionApplyCommand extends BaseCommand { details: ` This command will apply the deferred version changes and remove their definitions from the repository. - Note that if \`--prerelease\` is set, the given prerelease identifier (by default \`rc.%d\`) will be used on all new versions and the version definitions will be kept as-is. + Note that if \`--prerelease\` is set, the given prerelease identifier (by default \`rc.%n\`) will be used on all new versions and the version definitions will be kept as-is. By default only the current workspace will be bumped, but you can configure this behavior by using one of: