From 9fae8eb59574b70e13ff9da77007747ace51ec25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 22 Dec 2024 04:08:51 +0100 Subject: [PATCH] Update releasing instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- meta/releasing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/releasing.md b/meta/releasing.md index eb2c16b7..31c8386d 100644 --- a/meta/releasing.md +++ b/meta/releasing.md @@ -79,8 +79,8 @@ release. 3. Commit the changes. 4. Generate the changelog. 1. Activate your python virtual environment. - 2. Run `./scripts/generate-changelog.sh v1.2 "October 01, 2021"` (using the correct - version number and same `release_date` format from the hugo config). + 2. Run `./scripts/generate-changelog.sh v1.2 2021-10-01` (using the correct + version number and the `YYYY-MM-DD` format for the release date). 3. Commit the result. 5. Tag the branch with the spec release with a format of `v1.2` (if releasing Matrix 1.2). 6. Push the release branch and the tag.