this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.github: clarify what we mean by "latest release"

In Go, "latest" tends to mean "latest stable" due to `@latest` being a
valid version suffix when referring to Go modules.

However, in the broader software ecosystem, it's less clear.
For example, "latest" tags in Docker tend to mean any latest version,
which might be stable or not.
Even if a user only considers our releases to be valid versions,
we also do pre-releases like betas.

Clarify what we mean.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I265ad5dac075f4f4dc214fd974ef9a6dcefae7f1
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/548989
Reviewed-by: Paul Jolly <paul@myitcv.io>
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>

+1 -1
+1 -1
.github/ISSUE_TEMPLATE/bug_report.md
··· 19 19 20 20 </pre> 21 21 22 - ### Does this issue reproduce with the latest release? 22 + ### Does this issue reproduce with the latest stable release? 23 23 24 24 25 25