@nx/js:release-version
DO NOT INVOKE DIRECTLY WITH nx generate
. Use nx release version
instead.
Please do not extend this schema as it is part of Nx internal usage.
DO NOT INVOKE DIRECTLY WITH nx generate
. Use nx release version
instead.
1nx generate release-version ...
2
By default, Nx will search for release-version
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/js:release-version ...
2
Show what will be generated without writing to disk:
1nx g release-version ... --dry-run
2
The ProjectGraphProjectNodes being versioned in the current execution.
ProjectGraph instance
Exact version or semver keyword to apply to the selected release group. NOTE: This should be set on the release group level, not the project level.
disk
registry
, disk
Which approach to use to determine the current version of the project.
{}
Additional metadata to pass to the current version resolver.
The root directory of the directory (containing a manifest file at its root) to publish. Defaults to the project root