tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
97 stars 65 forks source link

Just before bumping the version, check the format compatibility of the versions #310

Closed Songmu closed 2 years ago

Songmu commented 2 years ago

When we type in a new version into a console, the release will proceed even if its format is incorrect.

Recently I tried to release "v1.0.0" in my module but accidentally released "1.0.0".

To prevent this kind of happening, I suggest doing a compatibility check before bumping.

Since the user sometimes wants to change the version format, we will only prompt them and they can ignore it.