Wilfred / difftastic

a structural diff that understands syntax 🟥🟩
https://difftastic.wilfred.me.uk/
MIT License
20.67k stars 339 forks source link

Automate releases with JReleaser #237

Closed aalmiray closed 2 years ago

aalmiray commented 2 years ago

https://jreleaser.org/ may be used to package and distribute Rust binaries to different channels: such as Git releases, Homebrew, macports, Scoop, Snapcraft, etc.

Here are two projects showcasing sample configuration:

https://github.com/manojkarthick/czen https://github.com/aalmiray/helloworld-rustx

Wilfred commented 2 years ago

Thanks, I'll consider it when I set up releases :)