jenkins-cli
jenkins-cli copied to clipboard
Add support to install a latest version of jcli
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.
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