minor wording changes

This commit is contained in:
Andrew Morgan 2024-12-23 17:45:28 +00:00 committed by GitHub
parent 1334631382
commit 165734d4e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,8 +80,8 @@ release.
4. Generate the changelog. 4. Generate the changelog.
1. Activate your python virtual environment. 1. Activate your python virtual environment.
2. Run `./scripts/generate-changelog.sh v1.2` (using the correct version number). 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 script will use the current date. If that date is wrong, correct the document
the same `YYYY-MM-DD` date format. by using the same `YYYY-MM-DD` date format.
3. Commit the result. 3. Commit the result.
5. Tag the branch with the spec release with a format of `v1.2` (if releasing Matrix 1.2). 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. 6. Push the release branch and the tag.