summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Radakovic <dinor@google.com>2023-05-16 07:05:07 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-16 07:05:45 -0700
commitd6fb5e3bf76c0363d7519373a07c2435e57c1073 (patch)
treeb394d7d1bc1aeb0517d40393f60819a725c86b02
parent60c3602aaa3f27e1dbd691549b1d8da88c14c947 (diff)
downloadgoogletest-git-d6fb5e3bf76c0363d7519373a07c2435e57c1073.tar.gz
Explicitly document googletest release tag format
Fixes #4235 PiperOrigin-RevId: 532446854 Change-Id: If7e1dade02a80d9a30813c136bba3f20c796f0fa
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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