From a1c6acde9f74a644d49bad846df6b65c9f480dc2 Mon Sep 17 00:00:00 2001 From: Bryan Richter <bryan@haskell.foundation> Date: Thu, 28 Sep 2023 10:47:48 +0300 Subject: [PATCH] Clarify steps --- library-versions/README.mkd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library-versions/README.mkd b/library-versions/README.mkd index cdd5828..7d90354 100644 --- a/library-versions/README.mkd +++ b/library-versions/README.mkd @@ -17,5 +17,8 @@ This utility is responsible for generating the library versions page at ``` ./extract_versions.py 9.8.1-alpha3 ``` -3. This will create a file in the `versions` directory, `versions/9.8.1-alpha3.json`. Commit this file to the repository. -4. Run the Haskell `make-version-table` executable; `cabal run make-version-table`. This will emit HTML which can be pasted into the Wiki page. \ No newline at end of file + This will create a file in the `versions` directory, `versions/9.8.1-alpha3.json`. +3. Edit the file and replace the `"TODO"` in the `release_date` field with e.g. `"2023-09-26"`. +4. Commit this file to the repository. All previous files are kept to enable + regenerating the entire table. +5. Run the Haskell `make-version-table` executable; `cabal run make-version-table`. This will emit HTML which can be pasted into the Wiki page. -- GitLab