@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
8 lines (7 loc) • 324 B
JSON
{
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
"flags": {
"tag": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
"dryrun": "If true, will not make any changes to the package.json"
}
}