jenkins-cli icon indicating copy to clipboard operation
jenkins-cli copied to clipboard

Add support to install a latest version of jcli

Open LinuxSuRen opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. Sometimes people need to install a latest version of jcli instead of the latest release one. They can only download source code then compile it.

Describe the solution you'd like An example could be like this: brew install jcli --HEAD

Describe alternatives you've considered None.

Additional context None.

LinuxSuRen avatar Nov 14 '19 05:11 LinuxSuRen

We can publish the binary file when the master was changed.

  • create release draft hub release create -d -m test -a README.md v0.0.1
  • add file hub release edit v0.0.1 --message="" -a README.md

How to change the brew formula?. See also https://docs.brew.sh/Formula-Cookbook#devel

LinuxSuRen avatar Nov 19 '19 05:11 LinuxSuRen