bixlabs / authentication

A module in Go for authentication
1 stars 0 forks source link

Improve release naming #99

Open rkmax opened 4 years ago

rkmax commented 4 years ago

Currently and because we known that binaries compiled need to take in account architecture and operative system the proposal is include these information in the binary names include in the release in that way will bee easier to integrate the proper binary when people use the wrapper library to something like

https://github.com/bixlabs/authentication/releases/download/${version}/authenticator-${version}-$(uname -m)-$(uname -s)"

in my case the url will be something like

https://github.com/bixlabs/authentication/releases/download/v0.2.0-alpha/authenticator-v0.2.0-alpha-x86_64-Linux