Feature: Support SemVer 2.0 Informational Version #110
Labels
20 - Enhancement
21 - Hacktoberfest
These tickets are particularly easy to do without understanding the whole codebase
Currently
Build-Module
supports passing an informational version to-SemVer
and it splits it into:and also puts the whole thing into the release notes.
We love that, but are trying to adopt GitVersion and the SemVer 2.0 version numbers for everything else.
Unfortunately, although PowerShell is ok with that, PowerShellGet is not: you can't publish the module:
Note that hyphens aren't really allowed -- they're just willing to ignore ONE at the beginning of the string.
Could you take any valid SemVer 2 version number, like say
1.2.3-beta.4
or1.2.3-pre-release.2+build24
and:The text was updated successfully, but these errors were encountered: