Skip to content

Commit

Permalink
Fix help text for -latest
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Dec 5, 2023
1 parent 8b4204c commit daec638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ Options:
-latest
Set the release as the 'latest' release. Can be true, false, or auto.
Auto (the default) will set the release as 'latest' if the release
names are valid semver names, and the current release is the highest
semver version of recent releases.
Auto will set the release as 'latest' if the release names are valid
semver names and the current release is the highest version of recent
releases.
-prerelease
Create prerelease
Expand Down

0 comments on commit daec638

Please sign in to comment.