Closed lddubeau closed 7 years ago
Versync should support prereleases. Currently doing this:
versync -b 1.0.0-rc1
Results in "Invalid bump specification... [etc]".
AFAICT this was inherited from semver-sync. Ultimately, it is a limitation in the way semver compares version numbers.
semver-sync
semver
Hmm... that's a non-existent problem.
Versync should support prereleases. Currently doing this:
Results in "Invalid bump specification... [etc]".
AFAICT this was inherited from
semver-sync
. Ultimately, it is a limitation in the waysemver
compares version numbers.