mstruebing / tldr

Golang command line client for tldr https://github.com/tldr-pages/tldr
MIT License
260 stars 24 forks source link

Introduce goreleaser #59

Open mstruebing opened 10 months ago

mstruebing commented 10 months ago

Instead of having an extensive Makefile we could introduce goreleaser: https://goreleaser.com/ to make releases more reliable and easier.

This could also be used to clean up the amount of binaries we build for different architectures. I believe most of them are never used.

galbwe commented 10 months ago

Hi, can I work on this issue?

mstruebing commented 10 months ago

@galbwe sure - I've assigned the issue to you.