From 165734d4e618a714e8e7fe314e8dd4071f766506 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:45:28 +0000 Subject: [PATCH] minor wording changes --- meta/releasing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/releasing.md b/meta/releasing.md index 3fcc2028..10a30d02 100644 --- a/meta/releasing.md +++ b/meta/releasing.md @@ -80,8 +80,8 @@ release. 4. Generate the changelog. 1. Activate your python virtual environment. 2. Run `./scripts/generate-changelog.sh v1.2` (using the correct version number). - The script while use the current date. If that date is wrong, correct it by using - the same `YYYY-MM-DD` date format. + The script will use the current date. If that date is wrong, correct the document + by using the same `YYYY-MM-DD` date format. 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.