yandex / YandexDriver

YandexDriver is a WebDriver implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish binaries for all supported platforms for every release

vania-pooh opened this issue · comments

Need to have Mac, Win and Linux binaries for every release. Right now some releases have only Windows binaries, some other - only Linux binaries and so on.

I agree with @vania-pooh. Currently it's not easy to automate the retrieval of the latest driver version for a given platform.

Also, it would really facilitate things to align the version names across tag_name and browser_download_url. Either not using patch versions or including the patch version in the tag_name too.

commented

We publish binaries only for the first major version on win and mac. Eg 22.3.0
But we have exception for linux, because we don't publish the first major version of yandex browser for linux. Eg 22.3.1
Sorry.