On Wed, 21 Apr 2021 15:48:14 +0200 Yadd <y...@debian.org> wrote: > Hi, > > `pretty=describe` uses the result of `git describe`. You got a > "4.17.4.20" because this is the last tag on the branch you tried to > clone. The "4.17.5" tag is attached to a different branch (unnamed). > > So uscan is right here ;-)
I don't think uscan is right here. The correct version is available in the package.json. I think it'd be a nice option if uscan can pick the version available in package.json instead of us adding it manually for every update. I currently have to hard code the version in watch file which I don't think is a right solution. Tag is only one way of finding the version and often not used by node projects. package.json is also a way to find the version of the node module and consistently used by all node modules. Since we already have a type=nodejs we know it has a package.json. > Cheers, > Yadd > > -- Sent from my Android device with K-9 Mail. Please excuse my brevity.