yarn version apply
Apply deferred records to workspaces.
Usage
$ yarn version applyExamples
Apply deferred records of current workspace :
yarn version apply
Apply deferred records of all the workspaces in the local workspace :
Details
This command will apply the deferred version changes to workspaces. The applied records are removed from the project.
For more information on the options, see the yarn version command. For more
information on the deferred versioning workflow, see our documentation
(https://yarnpkg.com/features/release-workflow#deferred-versioning).
Options
| Definition | Description |
|---|---|
| Bump the version of all workspaces |
| Bump the version of dependent workspaces as well |
| When updating parent workspaces' dependencies, use exact versions of bumped workspaces, removing any range. |
| Specify a prerelease pattern to use when working with prerelease versions |
| Print version(s)/record(s) without actually bumping versions or recording deferred releases |
| Bypass check for bumping to a lower version than the current/deferred one |
| Format the output as an NDJSON stream |