According to the guidelines, the package version, which SHOULD include
the periods present in the original version.
If the base package name ends with a digit, a single underscore (_) MUST be
appended to the name, and the version MUST be appended to that, in order to
avoid confusion over where the name ends and the version begins.
If the base package name does not end with a digit, the version MUST be
directly appended to the package name with no intervening separator
We have added a flag -L to gometa to enable the new versioning for new
packages. This should be the default for every new packages.
According to the guidelines, the package version, which SHOULD include
the periods present in the original version.
If the base package name ends with a digit, a single underscore (_) MUST be
appended to the name, and the version MUST be appended to that, in order to
avoid confusion over where the name ends and the version begins.
If the base package name does not end with a digit, the version MUST be
directly appended to the package name with no intervening separator
We have added a flag -L to gometa to enable the new versioning for new
packages. This should be the default for every new packages.