Skip to content

Commit

Permalink
Update releasing instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh committed Dec 22, 2024
1 parent 5f1fda6 commit 9fae8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9fae8eb

Please sign in to comment.