From a834cf5ce9dfe1238d2a89ffa39f3e67081f9f61 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Mon, 23 Sep 2024 13:29:47 -0400 Subject: [PATCH 1/2] meta: add more information about nightly releases --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1900e997f870..682f58fc61ad1a 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 SHA of the latest commit (e.g., `ddd0a9e494`). +For instance, a full directory name might look like `v22.0.0-nightly20240424ddd0a9e494`. #### API documentation From a279dfba26e10bc57a62324eb7d96fd09f61dd8c Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Mon, 23 Sep 2024 17:58:12 -0400 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vinicius Lourenço <12551007+H4ad@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 682f58fc61ad1a..5215aa173eaee1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ directory contains the latest Hydrogen (Node.js 18) 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 SHA of the latest commit (e.g., `ddd0a9e494`). +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