lilydjwg / nvchecker

New version checker for software releases
MIT License
439 stars 70 forks source link

nvchecker returns the date of the last update instead of the real version in the version field #247

Closed liangyongxiang closed 10 months ago

liangyongxiang commented 10 months ago

Test in incus archlinux container:

[root@resolved-quetzal ~]# cat a.toml
["nvchecker"]
source = "github"
github = "lilydjwg/nvchecker"
prefix = "v"
[root@resolved-quetzal ~]# nvchecker -k keyfile.toml -c a.toml --logger json
{"logger_name": "nvchecker.core", "name": "nvchecker", "version": "20231225.074328", "old_version": null, "url": "https://github.com/lilydjwg/nvchecker/commit/c944cbcac390fb4baafa09bde71c633146abba55", "event": "updated", "level": "info"}
lilydjwg commented 10 months ago

You may want use_latest_tag?

liangyongxiang commented 10 months ago

哦,抱歉,我的低级错误