From 93b215d5e6de3fea450ac7be389c2ad58275e26d Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 25 Sep 2024 13:35:07 -0400 Subject: [PATCH] meta: add more information about nightly releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/55084 Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Jake Yuesong Li --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 519b5247564ace..6e6cd5299d7ac0 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,10 @@ directory contains the latest Hydrogen (Node.js 18) release. -Each directory name and filename contains a date (in UTC) and the commit -SHA at the HEAD of the release. +Each directory and filename includes the version (e.g., `v22.0.0`), +followed by the UTC date (e.g., `20240424` for April 24, 2024), +and the short commit SHA of the HEAD of the release (e.g., `ddd0a9e494`). +For instance, a full directory name might look like `v22.0.0-nightly20240424ddd0a9e494`. #### API documentation