5 ms·
I understand that installing via `curl` isn’t for everyone, but since this is the first release, I intentionally kept it simple. Now that the tool is gaining so
by pranshuparmar 9mo ago
I understand that installing via `curl` isn’t for everyone, but since this is the first release, I intentionally kept it simple. Now that the tool is gaining some traction, I can definitely plan proper packages for future releases. Thanks for your inputs.
- jamescun 9mo agoHave a look at https://goreleaser.com/ https://goreleaser.com/ , I've used it a bunch to automate releases of Go-based projects, locally and with GitHub Actions.
- pranshuparmar 9mo agoThanks a lot for the input, I ended up using it.