semver-tool
semver-tool copied to clipboard
atom/keyword returned by "diff" should match the atoms/keywords used by "bump"
@fsaintjacques noted that "ideally the returned atom would match the tokens supported by bump
, hence usable with xargs and similar tools.
This change would break backward compatibility, so a major version increment for semver-tool is implied.
Actually, there is another way that does not require a major release: accept "prerelease" as well as "prerel" in the bump sub-command.
Closed with PR #69