dvershinin / lastversion

Find the latest release version of an arbitrary project

Home Page:https://lastversion.getpagespeed.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[GitLab] Last version and tag missmatch

kovmir opened this issue · comments

Project with incorrect version

https://gitlab.com/librewolf-community/browser/appimage

To Reproduce

I am not using tokens.

$ URL='https://gitlab.com/librewolf-community/browser/appimage'
$ lastversion $URL
120.0.1
$ lastversion --format tag $URL
v120.0-1

Expected behavior

lastversion --format tag $URL should have given out v120.0.1-1.

Added fix in lastversion 3.4.5