
JReleaser v1.16.0 has just been released! The full list of issues can be found at the v1.16.0 milestone. This release adds a new section called matrix which lets you parameterize hooks and assemblers. We’d like to thank our most recent contributors as well. Core The matrix section can be used to further parameterize hooks and assemblers, quite similarly as it’s done in GitHub Actions to run several job variations. Quite useful for projects that support cross-compilation such as Go, Rust, and Zig. Here are some examples of this feature in action using the SLSA Builder: https://github.com/aalmiray/helloworld-go-slsa https://github.com/aalmiray/helloworld-zig-slsa https://github.com/aalmiray/helloworld-rustzig-slsa Speaking of Read More