query-latest

command
v0.0.0-...-df39993 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Command query-latest returns the highest semver release for a versionSpec query-latest ignores drafts and pre-releases.

For example:

query-latest v8.1.5     -> v8.1.5
query-latest v8.1.3     -> error, no matching release (this is a tag, but not a release)
query-latest v8.0.0-rc3 -> error, no matching release (this is a pre-release, in github and in semver)
query-latest v7.0       -> v7.0.2
query-latest v5         -> v5.2.4

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL