Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of
next-version-from-metadata
option
The `--next-version-from-metadata` option correctly reads the repo's metadata to define `config.nextVersion` when `loadConfig` is called. However, it is immediately overridden on the next line by `argv["next-version"]` which defaults to "Unreleased" and thus is always truthy.
- Loading branch information