From dfd750b95a3d3422914f794757c4cddceb34405e Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Wed, 28 Aug 2024 09:30:46 +0200 Subject: [PATCH] docs: update release documentation --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2cfceb65..cf5e735d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -72,10 +72,10 @@ If the result looks good, execute the changes using: cargo release version alpha -x ``` -Update the OpenAPI spec by regenerating it: +Update the OpenAPI spec, which includes the version, by regenerating it: ```bash -cargo xtask generate-schemas +cargo xtask precommit ``` Commit the changes to git: