Skip to content

Commit daec638

Browse files
committed
Fix help text for -latest
1 parent 8b4204c commit daec638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,9 @@ Options:
461461
462462
-latest
463463
Set the release as the 'latest' release. Can be true, false, or auto.
464-
Auto (the default) will set the release as 'latest' if the release
465-
names are valid semver names, and the current release is the highest
466-
semver version of recent releases.
464+
Auto will set the release as 'latest' if the release names are valid
465+
semver names and the current release is the highest version of recent
466+
releases.
467467
468468
-prerelease
469469
Create prerelease

0 commit comments

Comments
 (0)