beachball
beachball copied to clipboard
Remove non-meaningful or outdated default options
Noticed when reviewing #618 that getDefaultOptions returned a default of origin/master which actually is not used at all (it's overridden by a default or the CLI option in getRepoOptions).
Remove that default and some other defaults of false, '', null, or undefined that are not meaningful, so the actual defaults are easier to read.