yschimke / okurl

OkHttp Kotlin command line
Apache License 2.0
124 stars 15 forks source link

Announce releases via SDKMAN! #382

Open helpermethod opened 2 years ago

helpermethod commented 2 years ago

Hi! First of all, great project.

When looking at the provided releases, I've noticed that they are in perfect shape to be released by SDKMAN!

As you are already using JReleaser, the only thing missing is to configure SDKMAN! as a packager and acquire credentials for SDKMAN!'s Vendor API.

https://jreleaser.org/guide/latest/configuration/packagers/sdkman.html

Wdyt? Are you interested? If you need any help, feel free to reach out!

aalmiray commented 2 years ago

Would be great to configure multi-platform binaries for Linux, Windows, and macOs. Some example configurations can be found at

https://github.com/kcctl/kcctl https://github.com/helpermethod/connor/ https://github.com/mthmulders/mcs

Even though these projects use Maven you could inspect their GitHub release workflows to configure the build matrix as needed.