From d6fb5e3bf76c0363d7519373a07c2435e57c1073 Mon Sep 17 00:00:00 2001 From: Dino Radakovic Date: Tue, 16 May 2023 07:05:07 -0700 Subject: [PATCH] Explicitly document googletest release tag format Fixes #4235 PiperOrigin-RevId: 532446854 Change-Id: If7e1dade02a80d9a30813c136bba3f20c796f0fa --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14bb9e31..a3bd4bd8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ GoogleTest now follows the [Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support). We recommend [updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it). +We do publish occasional semantic versions, tagged with +`v${major}.${minor}.${patch}` (e.g. `v.1.13.0`). #### Documentation Updates