@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
20 lines (10 loc) • 418 B
Markdown
# description
automatically merge one green, mergeable PR up to the specified maximum bump type
# flags.skip-ci.summary
add [skip ci] to the merge commit title
# flags.merge-method.summary
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