@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
11 lines (10 loc) • 424 B
JSON
{
"description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
"skipCi": "add [skip ci] to the merge commit title",
"mergeMethod": "merge method to use",
"examples": [
"<%= config.bin %> <%= command.id %> --max-version-bump patch",
"<%= config.bin %> <%= command.id %> --max-version-bump minor",
"<%= config.bin %> <%= command.id %> --max-version-bump major"
]
}