ogame-tbot / TBot

OGame bot
81 stars 35 forks source link

[Sugestion] Release name : latest #121

Closed Nhaakq closed 2 years ago

Nhaakq commented 2 years ago

Hi,

For the use of docker images or other automated deployments, it might be interesting to standardize the naming of packages to be able to access the latest packages more easily.

Currently working : https://github.com/ogame-tbot/TBot/releases/latest/download/TBot-v0.2.64-linux64.zip

Expected : https://github.com/ogame-tbot/TBot/releases/latest/download/TBot-linux64.zip

The naming of the zip package is the subject. Thanks for reading my suggestion :)

N

kokiddp commented 2 years ago

i find it much neater with version tag in the name for continuous integration you can retrieve all the artifacts attached to latest release via rest api and pick the one of your interest (regex?)