wolfictl check update github release checker should support full semver for pre-releases #960
Labels
enhancement
New feature or request
needs-triage
applied to all new customer/user issues. Removed after triage occurs.
For example Python PEP 440 uses pre-release identfiers including
a
andb
These are compatible with semver but not excluded when
wolfictl check update
is runCurrently the githubrelease checker uses
[]string{"alpha", "beta", "rc", "pre"}
wolfictl/pkg/update/githubReleases.go
Line 559 in dc84d81
Semver defines pre-releases as
The text was updated successfully, but these errors were encountered: