Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
/ latest-release Public archive

Check the latest release of a GitHub repository

License

Notifications You must be signed in to change notification settings

mhutter/latest-release

Repository files navigation

latest-release

Build Status

Check the latest release of a GitHub repository.

Usage

$ latest-release [<flags>] repository

ARGUMENTS:
  repository
        Repository to check, either in the form of ORG/REPO or just REPO,
        in which case it will be expanded to REPO/REPO

FLAGS:
  -P    ONLY include prereleases
  -p    Include prereleases
  -v    Print version and exit

Installation

Homebrew tap (macOS)

brew install mhutter/tap/latest-release

go get (any OS)

go get -u github.com/mhutter/latest-release

Or download a pre-built binary.

License

MIT (see LICENSE)


Manuel Hutter - GitHub @mhutter - Twitter @dratir