You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ahhh this is sort of a bug/gotcha, right now go-semver only supports x.x.x and vx.x.x, I think it's getting confused by two digits, we should definitely fix that though. Until then if you tag as v0.0.1 or v0.1.0 it should work
tj
changed the title
Documentation is incorrect
Version tags with fewer than 3 digits fail
May 11, 2020
Prerequisites
Description
Docs say it is possible to use implicit semver wildcards:
That was true until the internal
semver
package got swapped withgo-semver
: 1d14a73 which has stricter semver support and does not support wildcards.Steps to Reproduce
This results with error:
Error: Repository has no tags
while prdpx7/notes-cli definitely hasv0.1
tag.What is the correct way to go forward with this one?
Fixing docs or refactoring
go-semver
so it supports implicit wildcards again? 🤔The text was updated successfully, but these errors were encountered: