Small utility to find out the latest release of a GitHub repository.
go install github.com/acim/github-latest@latestgithub-latest owner/repo [major]
major parameter is optional
github-latest helm/helm 2
If you want to access your private repository or you need more than 60 requests per hour, define GITHUB_ACCESS_TOKEN environment variable on your local machine.
You can generate your token on GitHub - Settings - Developer settings - Personal access tokens
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.