From a01e219b1cec82b3cfbace48efb9f5162ffdc865 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 25 Apr 2022 11:57:55 -0400 Subject: [PATCH] update LAST_RELEASE comment to match new release branches structure (#12773) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index d06334e5b..e8ef37acd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,7 +48,7 @@ endif PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,) # LAST_RELEASE is the git sha of the latest release corresponding to this branch. main should have the latest -# published release, but backport branches should point to the parent tag (e.g. 1.0.8 in release-1.0.9 after 1.1.0 is cut). +# published release, and release branches should point to the latest published release in the X.Y release line. LAST_RELEASE ?= v1.2.6 default: help