mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Update releasing instructions
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
5f1fda607e
commit
9fae8eb595
|
|
@ -79,8 +79,8 @@ release.
|
||||||
3. Commit the changes.
|
3. Commit the changes.
|
||||||
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 "October 01, 2021"` (using the correct
|
2. Run `./scripts/generate-changelog.sh v1.2 2021-10-01` (using the correct
|
||||||
version number and same `release_date` format from the hugo config).
|
version number and the `YYYY-MM-DD` format for the release date).
|
||||||
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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue