lddubeau / versync

Utility that keeps version numbers in sync between files.
Other
8 stars 0 forks source link

Support "prereleases". #4

Closed lddubeau closed 7 years ago

lddubeau commented 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.

lddubeau commented 7 years ago

Hmm... that's a non-existent problem.