Open wilsonmar opened 10 months ago
I got license "AGPL-3.0-or-later" code from https://spdx.org/licenses/
ERROR: This command is not returning the latest release but old release v0.8.9 git ls-remote --tags "https://github.com/gatewayd-io/gatewayd" | cut -d/ -f3- | tail -n1;
Hey @wilsonmar,
Use sort by version and refname:
git ls-remote --tags --sort=v:refname "https://github.com/gatewayd-io/gatewayd" | cut -d/ -f3- | tail -n1;
When users install using Homebrew, it's only one-step:
brew install gatewayd
The install command can be executed on any folder because all formulas are placed in /usr/local/bin so no changes to .bash_profile PATH is needed. It also enables users to upgrade all formulae with one command. See https://setapp.com/how-to/install-homebrew-on-mac
Example See https://docs.brew.sh/Formula-Cookbook